LoadedImageSurface.NaturalSize Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.