Click or drag to resize

RectangleOrigin Property

Gets the top-left corner coordinate of the rectangle.

Namespace:  DotNetBrowser.Geometry
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public Point Origin { get; }

Property Value

Type: Point
The top-left corner coordinate of the rectangle.
See Also