LoadedImageSurface.DecodedSize 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 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.