次の方法で共有


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

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

適用対象