共用方式為


BitmapTransform.ScaledHeight 屬性

定義

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

public:
 property unsigned int ScaledHeight { unsigned int get(); void set(unsigned int value); };
uint32_t ScaledHeight();

void ScaledHeight(uint32_t value);
public uint ScaledHeight { get; set; }
var uInt32 = bitmapTransform.scaledHeight;
bitmapTransform.scaledHeight = uInt32;
Public Property ScaledHeight As UInteger

屬性值

UInt32

unsigned int

uint32_t

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

適用於