LoadedImageSurface.NaturalSize 屬性

定義

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

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

屬性值

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

適用於