IImageSize.Size Property

The inherent size of the image.

Namespace: Lumia.Imaging
Assembly: Lumia.Imaging (in Lumia.Imaging.dll) Version: 255.255.255.255

Syntax

Size Size { get; set; }
'Declaration
Property Size As Size
    Get
    Set
property Size Size {
    Size get ();
    void set (Size value);
}
function get_Size();
function set_Size(value);

Property Value

Type: Size

Remarks

This image provider has special characteristics that allows it to return its inherent size without a call to GetInfoAsync() (which is otherwise required). Note that when using this image provider in an effect graph, the effective size may be different.

Setting the size may be unsupported, in which case the setter will throw a NotSupportedException. Examine the CanSetSize property first to check for support.

Version Information

Lumia Imaging SDK

Supported in: 2.0

See Also

IImageSize Interface

IImageSize.IImageSize Members

Lumia.Imaging Namespace