IPolyClassDraw Method

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

Definition

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

Parameters

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

Implements

InterfacePolyClassDraw(Graphics, Pen, IPCBIWindow)

See Also