共用方式為


BitmapTransform.ScaledWidth 屬性

定義

指定縮放後點陣圖的寬度,以圖元為單位。 這會在套用旋轉和翻轉之前,定義在來源影像的座標空間中。

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

屬性值

UInt32

unsigned int

uint32_t

點陣圖的寬度,以圖元為單位。

適用於