Click or drag to resize

RectangleCenter Method

Calculates the center of this rectangle.

Namespace:  DotNetBrowser.Geometry
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public Point Center()

Return Value

Type: Point
The point that represents the center of this rectangle.
See Also