IFilterAddGraphicPathAsSurface(GraphicsPath, PointF, IODBLayer) Method

Adds a GraphicPath as surface to ParentLayer on the Location.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public IODBObject AddGraphicPathAsSurface(
	GraphicsPath NewSurfacePath,
	PointF Location,
	IODBLayer ParentLayer
)

Parameters

NewSurfacePath  GraphicsPath
The new surface outline
Location  PointF
The offset of the surface
ParentLayer  IODBLayer
The layer to add

Return Value

IODBObject
false if an error occurs

Implements

InterfaceFilterAddGraphicPathAsSurface(GraphicsPath, PointF, IODBLayer)

See Also