Table of Contents

Class OdPolygon

Namespace
Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic
Assembly
Aspose.Imaging.dll

The polygon

public class OdPolygon : OdStyledObject
Inheritance
OdPolygon
Derived
Inherited Members

Constructors

OdPolygon(OdObject)

Initializes a new instance of the OdPolygon class.

public OdPolygon(OdObject parent)

Parameters

parent OdObject

The parent.

Properties

Points

Gets or sets the points.

public PointF[] Points { get; set; }

Property Value

PointF[]

The points.