EmfResizePalette

EmfResizePalette class

The EMR_RESIZEPALETTE record increases or decreases the size of an existing LogPalette object (section 2.2.17).

public sealed class EmfResizePalette : EmfObjectManipulationRecordType

Constructors

NameDescription
EmfResizePalette(EmfRecord)Initializes a new instance of the EmfResizePalette class.

Properties

NameDescription
IhPal { get; set; }Gets or sets a 32-bit unsigned integer that specifies the index of the palette object in the EMF Object Table (section 3.1.1.1).
Size { get; set; }Gets or sets the size of the record
Type { get; set; }Gets or sets the type.

Remarks

The new size of the LogPalette object MUST be reflected in the NumberOfEntries field in that structure.

See Also