public final class EmfGlsRecord extends EmfOpenGlRecordType
The EMR_GLSRECORD record specifies an OpenGL function.
Constructor and Description |
---|
EmfGlsRecord(EmfRecord source)
Initializes a new instance of the
EmfGlsRecord class. |
Modifier and Type | Method and Description |
---|---|
int |
getCbData()
Gets or sets a 32-bit unsigned integer that specifies the size, in bytes, of the Data field.
|
byte[] |
getData()
Gets or sets an optional array of bytes of cbData length that specifies data for the OpenGL function.
|
void |
setCbData(int value)
Gets or sets a 32-bit unsigned integer that specifies the size, in bytes, of the Data field.
|
void |
setData(byte[] value)
Gets or sets an optional array of bytes of cbData length that specifies data for the OpenGL function.
|
public EmfGlsRecord(EmfRecord source)
Initializes a new instance of the EmfGlsRecord
class.
source
- The source.public int getCbData()
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 void setCbData(int value)
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 byte[] getData()
Gets or sets an optional array of bytes of cbData length that specifies data for the OpenGL function.
public void setData(byte[] value)
Gets or sets an optional array of bytes of cbData length that specifies data for the OpenGL function.