InterfacePolyClassAddRectangle Method

Add a rectangle to this polygon.

Definition

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

Parameters

rect  RectangleD
The rectangle to add.

See Also