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

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

适用于