Gets an empty rectangle with zero X, Y, Width, and Height components
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntaxpublic static readonly RectangleF Empty
Public Shared ReadOnly Empty As RectangleF
static val Empty: RectangleF
Field Value
Type:
RectangleF
Remarks
Useful when you want a rectangle no size or location.
See Also