Class CmxObject
Nazwa przestrzeń: Aspose.Imaging.FileFormats.Cmx.ObjectModel Zgromadzenie: Aspose.Imaging.dll (25.4.0)
Obiekt zawierający informacje na temat elementu graficznego.
[JsonObject(MemberSerialization.OptIn)]
public class CmxObject : ICmxDocElement
Inheritance
Implements
Dziedziczeni członkowie
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
CmxObject()
public CmxObject()
Properties
FillStyle
Dostęp lub ustaw styl wypełniania.
[JsonProperty]
public CmxFillStyle FillStyle { get; set; }
Wartość nieruchomości
ObjectSpec
Uzyskać lub ustawić specyfikację obiektu.
[JsonProperty]
public ICmxObjectSpec ObjectSpec { get; set; }
Wartość nieruchomości
Outline
Dostęp lub ustaw styl wyjściowy.
[JsonProperty]
public CmxOutline Outline { get; set; }
Wartość nieruchomości
Methods
Equals(CmxObject)
Sprawdź, czy obiekty są równe.
protected bool Equals(CmxObject other)
Parameters
other
CmxObject
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ę.