RectangleDGetMidPoint Method

Middle of this rectangle. It uses half width and half height combind with the location X and Y.

Definition

Namespace: PCBI.MathUtils
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public PointD GetMidPoint()

Return Value

PointD
Point with center of rectangle.

See Also