Class CmxLayer
Название пространства: Aspose.Imaging.FileFormats.Cmx.ObjectModel Ассоциация: Aspose.Imaging.dll (25.5.0)
Графический слой, расположенный на странице документа CMX.
[JsonObject(MemberSerialization.OptIn)]
public class CmxLayer : CmxContainer, IDisposable, ICmxContainer, ICmxDocElementInheritance
object ← DisposableObject ← CmxContainer ← CmxLayer
Implements
IDisposable , ICmxContainer , ICmxDocElement
Наследованные члены
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
Название Master Desktop Layer
public const string MasterDesktopLayerName = "Master Desktop"Полевая ценность
Properties
Flags
Принимает или ставит флаги.
[JsonProperty]
public uint Flags { get; set; }Стоимость недвижимости
IsVisible
Получается или устанавливается значение, указывающее на то, является ли этот слой видимым.
[JsonProperty]
public bool IsVisible { get; set; }Стоимость недвижимости
Name
Получить или установить название слоя.
[JsonProperty]
public string Name { get; set; }Стоимость недвижимости
Number
Получить или установить номер порядка слоя.
[JsonProperty]
public int Number { get; set; }Стоимость недвижимости
Methods
Equals(CmxLayer)
Проверьте, что объекты равны.
protected bool Equals(CmxLayer other)Parameters
other CmxLayer
Другой объект .
Returns
Результат сравнения равенства.
Equals(Объекты)
Проверьте, что объекты равны.
public override bool Equals(object obj)Parameters
obj object
Другой объект .
Returns
Результат сравнения равенства.
GetHashCode()
Получите хаш-код текущего объекта.
public override int GetHashCode()Returns
Код шейха .