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

ビットマップの幅 (ピクセル単位)。

適用対象