Class CmxLayer

Class CmxLayer

Название пространства: Aspose.Imaging.FileFormats.Cmx.ObjectModel Ассоциация: Aspose.Imaging.dll (25.4.0)

Графический слой, расположенный на странице документа CMX.

[JsonObject(MemberSerialization.OptIn)]
public class CmxLayer : CmxContainer, IDisposable, ICmxContainer, ICmxDocElement

Inheritance

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"

Полевая ценность

string

Properties

Flags

Принимает или ставит флаги.

[JsonProperty]
public uint Flags { get; set; }

Стоимость недвижимости

uint

IsVisible

Получается или устанавливается значение, указывающее на то, является ли этот слой видимым.

[JsonProperty]
public bool IsVisible { get; set; }

Стоимость недвижимости

bool

Name

Получить или установить название слоя.

[JsonProperty]
public string Name { get; set; }

Стоимость недвижимости

string

Number

Получить или установить номер порядка слоя.

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

Стоимость недвижимости

int

Methods

Equals(CmxLayer)

Проверьте, что объекты равны.

protected bool Equals(CmxLayer other)

Parameters

other CmxLayer

Другой объект .

Returns

bool

Результат сравнения равенства.

Equals(Объекты)

Проверьте, что объекты равны.

public override bool Equals(object obj)

Parameters

obj object

Другой объект .

Returns

bool

Результат сравнения равенства.

GetHashCode()

Получите хаш-код текущего объекта.

public override int GetHashCode()

Returns

int

Код шейха .

Смотреть также

ICmxContainer

 Русский