다음을 통해 공유


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

비트맵의 높이(픽셀)입니다.

적용 대상