ImageProperties.Width Property

Definition

Gets the width of the image.

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

Property Value

UInt32

unsigned int

uint32_t

The width of the image

, in pixels.

Applies to