Gets the top-left corner coordinate of the rectangle.
Namespace:
DotNetBrowser.Geometry
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.24.2
Syntax public Point Origin { get; }
Property Value
Type:
PointThe top-left corner coordinate of the rectangle.
See Also