次の方法で共有


LoadedImageSurface.NaturalSize プロパティ

定義

元のイメージ ソースで定義されている物理ピクセル単位の画像の自然なサイズを取得します。

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

プロパティ値

物理ピクセル単位の画像の自然なサイズ。

適用対象