Table of Contents

Class CdrPolygonTransform

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

The polygon transform

public class CdrPolygonTransform : CdrObjectContainer, IDisposable
Inheritance
CdrPolygonTransform
Implements
Inherited Members

Constructors

CdrPolygonTransform()

public CdrPolygonTransform()
See Also

Properties

NextPoint

Gets or sets the next point.

public int NextPoint { get; set; }

Property Value

int

The next point.

See Also

NumAngles

Gets or sets the number angles.

public int NumAngles { get; set; }

Property Value

int

The number angles.

See Also

Position

Gets or sets the position.

public PointD Position { get; set; }

Property Value

PointD

The position.

See Also

XRadius

Gets or sets the x radius.

public double XRadius { get; set; }

Property Value

double

The x radius.

See Also

YRadius

Gets or sets the y radius.

public double YRadius { get; set; }

Property Value

double

The y radius.

See Also

See Also