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

位图的高度(以像素为单位)。

适用于