Class CmxGroup

Class CmxGroup

Il nome: Aspose.Imaging.FileFormats.Cmx.ObjectModel Assemblea: Aspose.Imaging.dll (25.4.0)

Gruppo di 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

I membri ereditari

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

Prendi o metti la scatola di confine.

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

Valore di proprietà

RectangleF

Methods

Equals(CmxGroup)

Verificare se gli oggetti sono uguali.

protected bool Equals(CmxGroup other)

Parameters

other CmxGroup

L’altro oggetto

Returns

bool

Il risultato della comparsa di uguaglianza.

Equals(oggetto)

Verificare se gli oggetti sono uguali.

public override bool Equals(object obj)

Parameters

obj object

L’altro oggetto

Returns

bool

Il risultato della comparsa di uguaglianza.

GetHashCode()

Ottieni il codice hash dell’oggetto attuale.

public override int GetHashCode()

Returns

int

Il codice hash.

ToString()

Ritorna un System.String che rappresenta questa instanza.

public override string ToString()

Returns

string

Un sistema.String che rappresenta questa instanza.

Vedi anche

ICmxContainer

 Italiano