Table of Contents

Class CdrRectangle

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

The cdr rectangle

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

Constructors

CdrRectangle()

public CdrRectangle()
See Also

Properties

CornerType

Gets or sets the type of the corner.

public int CornerType { get; set; }

Property Value

int

The type of the corner.

See Also

R0

Gets or sets the r0.

public double R0 { get; set; }

Property Value

double

The r0.

See Also

R1

Gets or sets the r1.

public double R1 { get; set; }

Property Value

double

The r1.

See Also

R2

Gets or sets the r2.

public double R2 { get; set; }

Property Value

double

The r2.

See Also

R3

Gets or sets the r3.

public double R3 { get; set; }

Property Value

double

The r3.

See Also

ScaleX

Gets or sets the scale x.

public double ScaleX { get; set; }

Property Value

double

The scale x.

See Also

ScaleY

Gets or sets the scale y.

public double ScaleY { get; set; }

Property Value

double

The scale y.

See Also

See Also