LoadedImageSurface.NaturalSize 属性

定义

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

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

属性值

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

适用于