EmfDeleteColorSpace

EmfDeleteColorSpace class

The EMR_DELETECOLORSPACE record deletes a logical color space object.

public sealed class EmfDeleteColorSpace : EmfObjectManipulationRecordType

Constructors

NameDescription
EmfDeleteColorSpace(EmfRecord)Initializes a new instance of the EmfDeleteColorSpace 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

An EMR_DELETEOBJECT record SHOULD be used instead of EMR_DELETECOLORSPACE to delete a logical color space object.

See Also