EmfGlsBoundedRecord

EmfGlsBoundedRecord class

The EMR_GLSBOUNDEDRECORD record specifies an OpenGL function with a bounding rectangle for output.

public sealed class EmfGlsBoundedRecord : EmfOpenGlRecordType

Constructors

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

Properties

NameDescription
Bounds { get; set; }Gets or sets a WMF RectL object ([MS-WMF] section 2.2.2.19) that defines a bounding rectangle, in device units, for output produced by executing the OpenGL function.
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