Class CmxLayer
Nazwa przestrzeń: Aspose.Imaging.FileFormats.Cmx.ObjectModel Zgromadzenie: Aspose.Imaging.dll (25.4.0)
warstwę graficzną znajdującą się na stronie dokumentu CMX.
[JsonObject(MemberSerialization.OptIn)]
public class CmxLayer : CmxContainer, IDisposable, ICmxContainer, ICmxDocElement
Inheritance
object ← DisposableObject ← CmxContainer ← CmxLayer
Implements
IDisposable , ICmxContainer , ICmxDocElement
Dziedziczeni członkowie
CmxContainer.Equals(CmxContainer) , CmxContainer.Equals(object) , CmxContainer.GetHashCode() , CmxContainer.ReleaseManagedResources() , CmxContainer.Elements , 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
CmxLayer()
public CmxLayer()
Fields
MasterDesktopLayerName
Tytuł: Master Desktop Layer
public const string MasterDesktopLayerName = "Master Desktop"
Wartość pola
Properties
Flags
Zatrzymać lub umieścić flagi.
[JsonProperty]
public uint Flags { get; set; }
Wartość nieruchomości
IsVisible
Otrzymuje lub ustawia wartość wskazującą, czy warstwa ta jest widoczna.
[JsonProperty]
public bool IsVisible { get; set; }
Wartość nieruchomości
Name
Zostaw lub ustaw nazwę warstwy.
[JsonProperty]
public string Name { get; set; }
Wartość nieruchomości
Number
Zostaw lub ustaw numer polecenia warstwy.
[JsonProperty]
public int Number { get; set; }
Wartość nieruchomości
Methods
Equals(CmxLayer)
Sprawdź, czy obiekty są równe.
protected bool Equals(CmxLayer other)
Parameters
other
CmxLayer
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.