StoreImage.Height Property

Definition

Gets the height of the image, in pixels.

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

Property Value

UInt32

unsigned int

uint32_t

The height of the image.

Applies to