Class CmxOutline

Class CmxOutline

Nazwa przestrzeń: Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles Zgromadzenie: Aspose.Imaging.dll (25.4.0)

Jest to styl outline.

[JsonObject(MemberSerialization.OptIn)]
public class CmxOutline

Inheritance

object CmxOutline

Dziedziczeni członkowie

object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

CmxOutline()

public CmxOutline()

Properties

Angle

Zatrzymać lub ustawić kąt.

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

Wartość nieruchomości

double

CapsType

Uzyskać lub ustawić typ linii kapsułek.

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

Wartość nieruchomości

CapsTypes

Color

Dostęp lub ustaw kolor wyjściowy.

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

Wartość nieruchomości

CmxColor

EndArrowhead

Uzyskać lub ustawić kształt na koniec linii

[JsonProperty]
public CmxArrowSpec EndArrowhead { get; set; }

Wartość nieruchomości

CmxArrowSpec

JoinType

Dostęp lub ustaw typ linii dołączyć.

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

Wartość nieruchomości

JoinTypes

LineType

Zostaw lub ustaw typ linii.

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

Wartość nieruchomości

LineTypes

LineWidth

Zostaw lub ustaw szerokość linii.Użyj wspólnej jednostki pomiaru odległości dokumentu.

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

Wartość nieruchomości

float

StartArrowhead

Uzyskać lub ustawić kształt na początek linii

[JsonProperty]
public CmxArrowSpec StartArrowhead { get; set; }

Wartość nieruchomości

CmxArrowSpec

Stretch

Otrzymuje lub ustawia wartość rozciągania.

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

Wartość nieruchomości

float

Stroke

Uzyskuje lub ustawia wzór wstrząsu.

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

Wartość nieruchomości

int [ ]

Methods

Equals(CmxOutline)

Sprawdź, czy obiekty są równe.

protected bool Equals(CmxOutline other)

Parameters

other CmxOutline

Kolejny obiekt.

Returns

bool

Wynik porównania równości.

Equals(Obiekt)

Sprawdź, czy obiekty są równe.

public override bool Equals(object obj)

Parameters

obj object

Kolejny obiekt.

Returns

bool

Wynik porównania równości.

GetHashCode()

Zdobądź kod hash bieżącego obiektu.

public override int GetHashCode()

Returns

int

To jest kod hash.

ToString()

Powraca system.String, który reprezentuje tę instancję.

public override string ToString()

Returns

string

System.String, który reprezentuje tę instancję.

 Polski