RectangleDOffset(PointD) Method

Offset for X and Y (Move only the X and Y point).

Definition

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

Parameters

OffsetP  PointD
Offset point for moving rectangle.

See Also