ISurfaceSpecificsStartPolygon Method

For each part of the surface there are a polygon, the first polygon can't be a hole.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public void StartPolygon(
	bool IsHole,
	PointF StartP
)

Parameters

IsHole  Boolean
cut out the subpolygon
StartP  PointF
the first point of the subpolygon

See Also