Class EmfGlsRecord
Contents
[
Hide
]EmfGlsRecord class
The EMR_GLSRECORD record specifies an OpenGL function.
public sealed class EmfGlsRecord : EmfOpenGlRecordType
Constructors
Name | Description |
---|---|
EmfGlsRecord(EmfRecord) | Initializes a new instance of the EmfGlsRecord class. |
Properties
Name | Description |
---|---|
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
- class EmfOpenGlRecordType
- namespace Aspose.Imaging.FileFormats.Emf.Emf.Records
- assembly Aspose.Imaging