共用方式為


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

影像的寬度。

適用於