EmfGlsRecord

EmfGlsRecord class

The EMR_GLSRECORD record specifies an OpenGL function.

public sealed class EmfGlsRecord : EmfOpenGlRecordType

Constructors

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

Properties

NameDescription
CbData { get; set; }Gets or sets a 32-bit unsigned integer that specifies the size, in bytes, of the Data field. If this value is zero, no data is attached to this record.
Data { get; set; }Gets or sets an optional array of bytes of cbData length that specifies data for the OpenGL function.
Size { get; set; }Gets or sets the size of the record
Type { get; set; }Gets or sets the type.

See Also