LoadedImageSurface.NaturalSize 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得在原始影像來源中定義的實體圖元影像的自然大小。
public:
property Size NaturalSize { Size get(); };
Size NaturalSize();
public Size NaturalSize { get; }
var size = loadedImageSurface.naturalSize;
Public ReadOnly Property NaturalSize As Size
屬性值
實體圖元的影像自然大小。
適用於