IPolygonSpecificsD Class

Important information about the polygon.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public class IPolygonSpecificsD : IObjectSpecificsD, 
	InterfacePolygonSpecificsD, InterfaceObjectSpecificsD, IBoundable
Inheritance
Object    IObjectSpecificsD    IPolygonSpecificsD
Implements
InterfaceObjectSpecificsD, InterfacePolygonSpecificsD, IBoundable

Properties

IsHole Is this polygon a hole or isle?
Positive Can be used for tagging any information to this object (Clone only copies the reference)
(Inherited from IObjectSpecificsD)
StartPoint First Point of the polygon

Methods

Clone Clone this object with all members and properties.
(Overrides IObjectSpecificsDClone)
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.
IsClockWise Check the inner polygon is clock wise or counter clock wise.
IsInPolygon Check the point in the polygon.
Reverse Reverse all outline elements, e.g. switch start and end for an line.

Fields

Tag Tag to add temporary object.
(Inherited from IObjectSpecificsD)

See Also