Click or drag to resize

ImageWidth Property

Gets the width of the image, in pixels.

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

Property Value

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