LoadedImageSurface.DecodedPhysicalSize 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 size of the decoded image in physical pixels.
public:
property Size DecodedPhysicalSize { Size get(); };
Size DecodedPhysicalSize();
public Size DecodedPhysicalSize { get; }
var size = loadedImageSurface.decodedPhysicalSize;
Public ReadOnly Property DecodedPhysicalSize As Size
Property Value
The size of the decoded image in physical pixels.