共用方式為


LoadedImageSurface.NaturalSize 屬性

定義

取得在原始影像來源中定義的實體圖元影像的自然大小。

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

屬性值

實體圖元的影像自然大小。

適用於