Table of Contents

Class EmfGlsRecord

Namespace
Aspose.Imaging.FileFormats.Emf.Emf.Records
Assembly
Aspose.Imaging.dll

The EMR_GLSRECORD record specifies an OpenGL function.

public sealed class EmfGlsRecord : EmfOpenGlRecordType
Inheritance
EmfGlsRecord
Inherited Members

Constructors

EmfGlsRecord(EmfRecord)

Initializes a new instance of the EmfGlsRecord class.

public EmfGlsRecord(EmfRecord source)

Parameters

source EmfRecord

The source.

Properties

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

int

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[]