Table of Contents

Class PolygonNode

Namespace
Fantas
Assembly
Fantas.dll

Create a polygon shape node

public class PolygonNode : ShapeNode
Inheritance
PolygonNode
Inherited Members
Extension Methods

Constructors

PolygonNode(PolygonNode)

Copy polygon node

public PolygonNode(PolygonNode other)

Parameters

other PolygonNode

PolygonNode(PointF[])

Create a Polygon node with the given points

public PolygonNode(PointF[] points)

Parameters

points PointF[]

Properties

Points

Return the points from the polygon

public PointF[] Points { get; set; }

Property Value

PointF[]

Methods

Copy()

Copy this Polygon node

protected override Node Copy()

Returns

Node