LoadedImageSurface.NaturalSize 属性

定义

获取原始图像源中定义的以物理像素为单位的图像的自然大小。

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

属性值

图像的自然大小(以物理像素为单位)。

适用于