Table of Contents

Class CdrPolygon

Namespace
Aspose.Imaging.FileFormats.Cdr.Objects
Assembly
Aspose.Imaging.dll

The cdr polygon

public class CdrPolygon : CdrGraphicObject, IDisposable
Inheritance
CdrPolygon
Implements
Inherited Members

Constructors

CdrPolygon()

public CdrPolygon()
See Also

Properties

PointTypes

Gets or sets the point types.

public byte[] PointTypes { get; set; }

Property Value

byte[]

The point types.

See Also

Points

Gets or sets the points.

public PointD[] Points { get; set; }

Property Value

PointD[]

The points.

See Also

See Also