Class CdrRectangle

Class CdrRectangle

Namespace: Aspose.Imaging.FileFormats.Cdr.Objects
Assembly: Aspose.Imaging.dll (25.2.0)

The cdr rectangle

[JsonObject(MemberSerialization.OptIn)]
public class CdrRectangle : CdrGraphicObject, IDisposable

Inheritance

objectDisposableObjectCdrObjectCdrGraphicObjectCdrRectangle

Implements

IDisposable

Inherited Members

CdrGraphicObject.Width, CdrGraphicObject.Height, CdrGraphicObject.BoundsInPixels, CdrGraphicObject.ClipId, CdrObject.Parent, CdrObject.Document, DisposableObject.Dispose(), DisposableObject.ReleaseManagedResources(), DisposableObject.ReleaseUnmanagedResources(), DisposableObject.VerifyNotDisposed(), DisposableObject.Disposed, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

CdrRectangle()

public CdrRectangle()

Properties

CornerType

Gets or sets the type of the corner.

[JsonProperty]
public int CornerType { get; set; }

Property Value

int

R0

Gets or sets the r0.

[JsonProperty]
public double R0 { get; set; }

Property Value

double

R1

Gets or sets the r1.

[JsonProperty]
public double R1 { get; set; }

Property Value

double

R2

Gets or sets the r2.

[JsonProperty]
public double R2 { get; set; }

Property Value

double

R3

Gets or sets the r3.

[JsonProperty]
public double R3 { get; set; }

Property Value

double

ScaleX

Gets or sets the scale x.

[JsonProperty]
public double ScaleX { get; set; }

Property Value

double

ScaleY

Gets or sets the scale y.

[JsonProperty]
public double ScaleY { get; set; }

Property Value

double

See Also

CdrObjectContainer