Click or drag to resize

ImageHeight Property

Gets the height of the image, in pixels.

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public int Height { get; }

Property Value

Type: Int32
The height of the image, in pixels
Remarks
Use Size if you wish to get the width and height at the same time.
See Also