AnchorManagerGetRasterPolys(IStep, RectangleD) Method
Namespace: PCBI.Automation.DragAndDropAssembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
public List<IPolyClass> GetRasterPolys(
IStep step,
RectangleD rect
)
Public Function GetRasterPolys (
step As IStep,
rect As RectangleD
) As List(Of IPolyClass)
public:
List<IPolyClass^>^ GetRasterPolys(
IStep^ step,
RectangleD rect
)
member GetRasterPolys :
step : IStep *
rect : RectangleD -> List<IPolyClass>
- step IStep
-
- rect RectangleD
-
ListIPolyClass