InterfacePolygonSpecificsD Interface

Important information about the polygon.

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public interface InterfacePolygonSpecificsD : InterfaceObjectSpecificsD
Implements
InterfaceObjectSpecificsD

Properties

IsHole Is this polygon a hole or isle?
Positive Is the object a cut out?
(Inherited from InterfaceObjectSpecificsD)

Methods

Clone Clone this object with all members and properties.
(Inherited from InterfaceObjectSpecificsD)
GetBounds Returns the surface bounds.
GetOutline Creates a List of IArcSpecifics and ILineSpecifics for the outline of the polygon.
GetPolygonOutline Get IPolyClass from this polygon.
IsInPolygon Check the point in the polygon.

See Also