Class EmfGlsBoundedRecord
The EMR_GLSBOUNDEDRECORD record specifies an OpenGL function with a bounding rectangle for output.
public sealed class EmfGlsBoundedRecord : EmfOpenGlRecordType
- Inheritance
-
EmfGlsBoundedRecord
- Inherited Members
Constructors
EmfGlsBoundedRecord(EmfRecord)
Initializes a new instance of the EmfGlsBoundedRecord class.
public EmfGlsBoundedRecord(EmfRecord source)
Parameters
source
EmfRecordThe source.
Properties
Bounds
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.
public Rectangle Bounds { get; set; }
Property Value
CbData
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.
public int CbData { get; set; }
Property Value
Data
Gets or sets an optional array of bytes of cbData length that specifies data for the OpenGL function.
public byte[] Data { get; set; }
Property Value
- byte[]