ImageProperties.Height Property

Definition

Gets the height of the image.

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

Property Value

UInt32

unsigned int

uint32_t

The height of the image, in pixels.

Applies to