Class EmfDeleteColorSpace

Class EmfDeleteColorSpace

Der Name: Aspose.Imaging.FileFormats.Emf.Emf.Records Versammlung: Aspose.Imaging.dll (25.4.0)

Das EMR_DELETECOLORSPACE Register löscht ein logisches Farbraumobjekt.

public sealed class EmfDeleteColorSpace : EmfObjectManipulationRecordType

Inheritance

object MetaObject EmfRecord EmfObjectManipulationRecordType EmfDeleteColorSpace

Vererbte Mitglieder

EmfRecord.Type , EmfRecord.Size , object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Remarks

Ein EMR_DELETEOBJECT-Register muss anstelle von EMR_DELETECOLORSPACE verwendet werden, um einenLogischer Farbraumobjekt.

Constructors

EmfDeleteColorSpace(EmfRecord)

Initialisiert eine neue Instanz der Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfDeleteColorSpace Klasse.

public EmfDeleteColorSpace(EmfRecord source)

Parameters

source EmfRecord

Die Quelle.

Properties

ICHS

Gibt oder setzt einen 32-Bit-Unschriebenen, der den Index eines logischen Farbraumsobjekts angibtin der EMF-Objekttabelle (Abschnitt 3.1.1.1).

public int IhCS { get; set; }

Eigentumswert

int

Remarks

Dieses Objekt ist entweder ein WMF LogColorSpace oder LogColorSpaceW Objekt ([MS-WMF] Abschnitte2.2.2.11 und 2.2.2.12 entsprechend).

 Deutsch