LoadedImageSurface.NaturalSize Property

Definition

Gets the natural size of the image in physical pixels, which is defined in the original image source.

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

Property Value

The natural size of the image in physical pixels.

Applies to