StoreImage.Width Property

Definition

Gets the width of the image, in pixels.

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

Property Value

UInt32

unsigned int

uint32_t

The width of the image.

Applies to