LoadedImageSurface.DecodedSize Property

Definition

Gets the size of the decoded image in device independent pixels.

public:
 property Size DecodedSize { Size get(); };
Size DecodedSize();
public Size DecodedSize { get; }
var size = loadedImageSurface.decodedSize;
Public ReadOnly Property DecodedSize As Size

Property Value

The size of the decoded image in device independent pixels.

Applies to