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
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
CapsType
Uzyskać lub ustawić typ linii kapsułek.
[JsonProperty]
public CapsTypes CapsType { get; set; }
Wartość nieruchomości
Color
Dostęp lub ustaw kolor wyjściowy.
[JsonProperty]
public CmxColor Color { get; set; }
Wartość nieruchomości
EndArrowhead
Uzyskać lub ustawić kształt na koniec linii
[JsonProperty]
public CmxArrowSpec EndArrowhead { get; set; }
Wartość nieruchomości
JoinType
Dostęp lub ustaw typ linii dołączyć.
[JsonProperty]
public JoinTypes JoinType { get; set; }
Wartość nieruchomości
LineType
Zostaw lub ustaw typ linii.
[JsonProperty]
public LineTypes LineType { get; set; }
Wartość nieruchomości
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
StartArrowhead
Uzyskać lub ustawić kształt na początek linii
[JsonProperty]
public CmxArrowSpec StartArrowhead { get; set; }
Wartość nieruchomości
Stretch
Otrzymuje lub ustawia wartość rozciągania.
[JsonProperty]
public float Stretch { get; set; }
Wartość nieruchomości
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
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
Wynik porównania równości.
GetHashCode()
Zdobądź kod hash bieżącego obiektu.
public override int GetHashCode()
Returns
To jest kod hash.
ToString()
Powraca system.String, który reprezentuje tę instancję.
public override string ToString()
Returns
System.String, który reprezentuje tę instancję.