IPolyClassAddRectangle Method

Add a rectangle to this polygon.

Definition

Namespace: PCBI.MathUtils
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public void AddRectangle(
	RectangleD rect
)

Parameters

rect  RectangleD
The rectangle to add.

Implements

InterfacePolyClassAddRectangle(RectangleD)

See Also