Class CdrOutline

Class CdrOutline

Nazwa przestrzeń: Aspose.Imaging.FileFormats.Cdr.Objects Zgromadzenie: Aspose.Imaging.dll (25.4.0)

Cdr z linii

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

Inheritance

object DisposableObject CdrObject CdrDictionaryItem CdrOutline

Implements

IDisposable

Dziedziczeni członkowie

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

Zatrzymać lub ustawić kąt.

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

Wartość nieruchomości

double

CapsType

Zostaw lub ustaw rodzaj kapsułek.

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

Wartość nieruchomości

short

Color

Zostaw lub ustaw kolor.

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

Wartość nieruchomości

CdrColor

DashArray

Zostaw lub ustaw podkładkę.

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

Wartość nieruchomości

List • < int >

EndMarkerId

Dostęp lub ustaw identyfikator marker końcowy.

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

Wartość nieruchomości

int

JoinType

Otrzymuje lub określa typ przystąpienia.

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

Wartość nieruchomości

short

LineType

Zostaw lub ustaw typ linii.

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

Wartość nieruchomości

short

LineWidth

Zostaw lub ustaw szerokość linii.

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

Wartość nieruchomości

double

StartMarkerId

Uzyskuje lub ustawia identyfikator markeru początkowego.

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

Wartość nieruchomości

int

Stretch

Przyjmuje lub ustawia rozciąganie.

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

Wartość nieruchomości

double

Zobacz również

CdrObjectContainer

 Polski