StoreImage.Width 属性

定义

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

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

属性值

UInt32

unsigned int

uint32_t

图像的宽度。

适用于