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; }
Public ReadOnly Property Width As Integer
Get
member Width : int with get
Property Value
Type:
Int32The width of the image, in pixels
Remarks
Use
Size if you wish to get the width and height at the same time.
See Also