BitmapTransform.ScaledWidth 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指定縮放後點陣圖的寬度,以圖元為單位。 這會在套用旋轉和翻轉之前,定義在來源影像的座標空間中。
public:
property unsigned int ScaledWidth { unsigned int get(); void set(unsigned int value); };
uint32_t ScaledWidth();
void ScaledWidth(uint32_t value);
public uint ScaledWidth { get; set; }
var uInt32 = bitmapTransform.scaledWidth;
bitmapTransform.scaledWidth = uInt32;
Public Property ScaledWidth As UInteger
屬性值
點陣圖的寬度,以圖元為單位。