ImageProperties.Width 属性

定义

获取图像的宽度。

public:
 property unsigned int Width { unsigned int get(); };
uint32_t Width();
public uint Width { get; }
var uInt32 = imageProperties.width;
Public ReadOnly Property Width As UInteger

属性值

UInt32

unsigned int

uint32_t

图像的宽度

,以像素为单位。

适用于