InterfacePolyClassDraw Method

Draws the Polygon on the given Graphics by using the current World-Client transformation of the IPCBIWindow.

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
void Draw(
	Graphics g,
	Pen pen,
	IPCBIWindow pcbi
)

Parameters

g  Graphics
Graphics
pen  Pen
Pen
pcbi  IPCBIWindow
Current window for transformation or null.

See Also