Class CmxGroup

Class CmxGroup

ja nimityö: Aspose.Imaging.FileFormats.Cmx.ObjectModel Kokoelma: Aspose.Imaging.dll (25.4.0)

Ryhmä Aspose.Imaging.FileFormats.Cmx.ObjectModel.ICmXDocElement

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

Inheritance

object DisposableObject CmxContainer CmxGroup

Implements

IDisposable , ICmxContainer , ICmxDocElement

Perintöjäsenet

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

CmxGroup()

public CmxGroup()

Properties

BoundBox

Valitse tai aseta rajattu laatikko.

[JsonProperty]
public RectangleF BoundBox { get; set; }

Omistuksen arvo

RectangleF

Methods

Equals(CmxGroup)

Tarkista, ovatko kohteet tasa-arvoisia

protected bool Equals(CmxGroup other)

Parameters

other CmxGroup

Toinen esine on.

Returns

bool

Yhdenvertaisuus on tulos.

Equals(Objekti)

Tarkista, ovatko kohteet tasa-arvoisia

public override bool Equals(object obj)

Parameters

obj object

Toinen esine on.

Returns

bool

Yhdenvertaisuus on tulos.

GetHashCode()

Hanki nykyisen kohteen hash-koodi.

public override int GetHashCode()

Returns

int

ja hash koodi.

ToString()

Palauttaa System.String, joka edustaa tätä tapausta.

public override string ToString()

Returns

string

Järjestelmä.String, joka edustaa tätä tapausta.

Katso myös

ICmxContainer

 Suomi