Click or drag to resize

Rect64MidPoint Method

Calculates the midpoint of the rectangle.

Namespace: Clipper2Lib
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public Point64 MidPoint()

Return Value

Point64
A Point64 representing the midpoint of the rectangle.
See Also