Share via


ImageSourceBase.ImageSize Property

Size of the image, in pixels. For images with multiple frames, the size is that of the frame specified by FrameIndex.

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

Syntax

public Size ImageSize { get; }
'Declaration
Public ReadOnly Property ImageSize As Size
    Get
public:
virtual property Size ImageSize {
    Size get () sealed;
}
function get_ImageSize();

Property Value

Type: Size

Implements

IImageResource.ImageSize

Version Information

Lumia Imaging SDK

Supported in: 3.0

See Also

ImageSourceBase Class

ImageSourceBase.ImageSourceBase Members

Lumia.Imaging Namespace