InterfacePolyClassGetRasterEdges Method

Create a new list of Edges from this polygon with y values in the raster(s) crossing the give Rectangle.

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
List<IEdge> GetRasterEdges(
	RectangleD rect
)

Parameters

rect  RectangleD
 

Return Value

ListIEdge
outline and holes as edges

See Also