Class EmfSetPaletteEntries

Class EmfSetPaletteEntries

Nazwa przestrzeń: Aspose.Imaging.FileFormats.Emf.Emf.Records Zgromadzenie: Aspose.Imaging.dll (25.4.0)

Rekord EMR_SETPALETTEENTRIES określa wartości kolorów RGB w szeregu wpisów dla istniejącegoObiekt LogPalette (sekcja 2.2.17)

public sealed class EmfSetPaletteEntries : EmfObjectManipulationRecordType

Inheritance

object MetaObject EmfRecord EmfObjectManipulationRecordType EmfSetPaletteEntries

Dziedziczeni członkowie

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

Constructors

EmfSetPaletteEntries(EmfRecord)

Inicjalizuje nową instancję klasy Aspose.Imaging.FileFormats.Emf.EMF.Records. EmfSetPaletteEntries.

public EmfSetPaletteEntries(EmfRecord source)

Parameters

source EmfRecord

i źródła .

Properties

Argb32PalEntries

otrzymuje lub ustawia szereg obiektów LogPaletteEntry (sekcja 2.2.18) lubNumerOfEntries długość, która określa dane wejściowe palety.Nie zawiera żadnych wartości.

public int[] Argb32PalEntries { get; set; }

Wartość nieruchomości

int [ ]

IhPal

Otrzymuje lub ustawia 32-bitowy niepodany integralny, który określa indeks tabeli obiektów EMF.

public int IhPal { get; set; }

Wartość nieruchomości

int

NumberofEntries

Otrzymuje lub ustawia 32-bitowy niepodany integralny, który określa liczbę wpisów.

public int NumberofEntries { get; set; }

Wartość nieruchomości

int

Start

Otrzymuje lub ustawia 32-bitowy niepodany integralny, który określa indeks pierwszego wpisu do ustawienia.

public int Start { get; set; }

Wartość nieruchomości

int

 Polski