InterfaceFilterAddGraphicPathAsSurface(GraphicsPath, PointF, InterfaceODBLayer) Method

Adds a GraphicPath as surface to ParentLayer on the Location.

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
IODBObject AddGraphicPathAsSurface(
	GraphicsPath newSurfacePath,
	PointF location,
	InterfaceODBLayer parentLayer
)

Parameters

newSurfacePath  GraphicsPath
The new surface outline
location  PointF
The offset of the surface
parentLayer  InterfaceODBLayer
The layer to add

Return Value

IODBObject
false if an error occurs

See Also