CustomImageSourceBase.CanSetSize Property

If true, the Size property can be set.

Namespace: Lumia.Imaging.Custom
Assembly: Lumia.Imaging.Managed (in Lumia.Imaging.Managed.dll) Version: 0.0.0.0

Syntax

public bool CanSetSize { get; }
'Declaration
Public ReadOnly Property CanSetSize As Boolean
    Get
public:
virtual property bool CanSetSize {
    bool get () sealed;
}
function get_CanSetSize();

Property Value

Type: Boolean

Implements

IImageSize.CanSetSize

Version Information

Lumia Imaging SDK

Supported in: 2.0

See Also

CustomImageSourceBase Class

CustomImageSourceBase.CustomImageSourceBase Members

Lumia.Imaging.Custom Namespace