Class CdrOutline
Namespace: Aspose.Imaging.FileFormats.Cdr.Objects
Assembly: Aspose.Imaging.dll (25.2.0)
The cdr out line
[JsonObject(MemberSerialization.OptIn)]
public class CdrOutline : CdrDictionaryItem, IDisposable
Inheritance
object ← DisposableObject ← CdrObject ← CdrDictionaryItem ← CdrOutline
Implements
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
CapsType
Gets or sets the type of the caps.
[JsonProperty]
public short CapsType { get; set; }
Property Value
Color
Gets or sets the color.
[JsonProperty]
public CdrColor Color { get; set; }
Property Value
DashArray
Gets or sets the dash array.
[JsonProperty]
public List<int> DashArray { get; set; }
Property Value
EndMarkerId
Gets or sets the end marker identifier.
[JsonProperty]
public int EndMarkerId { get; set; }
Property Value
JoinType
Gets or sets the type of the join.
[JsonProperty]
public short JoinType { get; set; }
Property Value
LineType
Gets or sets the type of the line.
[JsonProperty]
public short LineType { get; set; }
Property Value
LineWidth
Gets or sets the width of the line.
[JsonProperty]
public double LineWidth { get; set; }
Property Value
StartMarkerId
Gets or sets the start marker identifier.
[JsonProperty]
public int StartMarkerId { get; set; }
Property Value
Stretch
Gets or sets the stretch.
[JsonProperty]
public double Stretch { get; set; }