EmfSetColorSpace

EmfSetColorSpace class

The EMR_SETCOLORSPACE record defines the current logical color space object for graphics operations.

public sealed class EmfSetColorSpace : EmfObjectManipulationRecordType

Constructors

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

Properties

NameDescription
IhCS { get; set; }Gets or sets a 32-bit unsigned integer that specifies the index of a logical color space 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 logical color space object defined by this record MUST be used in drawing operations that are specified by subsequent EMF records, until either a different logical color space object is specified by another EMR_SETCOLORSPACE record, or the object is removed by a EMR_DELETECOLORSPACE record.

See Also