IPolyClassDrawOutline Method

Draws the List of Polygons 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 static bool DrawOutline(
	List<IPolyClass> polygonsToDraw,
	Graphics g,
	Color color,
	IPCBIWindow pcbi,
	int ClientWidth,
	int ClientHeight,
	MatrixD matrix
)

Parameters

polygonsToDraw  ListIPolyClass
List of Polygons to draw
g  Graphics
Graphics
color  Color
Draw Color
pcbi  IPCBIWindow
Current window for transformation
ClientWidth  Int32
Width of the Drawing window in PCBI
ClientHeight  Int32
Height of the Drawing window in PCBI
matrix  MatrixD
Additional Matrix for Drawing

Return Value

Boolean

See Also