Class CdrOutline

Class CdrOutline

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

The cdr out line

[JsonObject(MemberSerialization.OptIn)]
public class CdrOutline : CdrDictionaryItem, IDisposable

Inheritance

object DisposableObject CdrObject CdrDictionaryItem CdrOutline

Implements

IDisposable

Inherited Members

CdrDictionaryItem.Id , 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

CdrOutline()

public CdrOutline()

Properties

Aangle

Gets or sets the angle.

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

Property Value

double

CapsType

Gets or sets the type of the caps.

[JsonProperty]
public short CapsType { get; set; }

Property Value

short

Color

Gets or sets the color.

[JsonProperty]
public CdrColor Color { get; set; }

Property Value

CdrColor

DashArray

Gets or sets the dash array.

[JsonProperty]
public List<int> DashArray { get; set; }

Property Value

List < int &gt;

EndMarkerId

Gets or sets the end marker identifier.

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

Property Value

int

JoinType

Gets or sets the type of the join.

[JsonProperty]
public short JoinType { get; set; }

Property Value

short

LineType

Gets or sets the type of the line.

[JsonProperty]
public short LineType { get; set; }

Property Value

short

LineWidth

Gets or sets the width of the line.

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

Property Value

double

StartMarkerId

Gets or sets the start marker identifier.

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

Property Value

int

Stretch

Gets or sets the stretch.

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

Property Value

double

See Also

CdrObjectContainer

 English