Click or drag to resize

RectDMidPoint 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 PointD MidPoint()

Return Value

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