Class EmfGlsRecord

Class EmfGlsRecord

Namespace: Aspose.Imaging.FileFormats.Emf.Emf.Records
Assembly: Aspose.Imaging.dll (25.2.0)

The EMR_GLSRECORD record specifies an OpenGL function.

public sealed class EmfGlsRecord : EmfOpenGlRecordType

Inheritance

objectMetaObjectEmfRecordEmfOpenGlRecordTypeEmfGlsRecord

Inherited Members

EmfRecord.Type, EmfRecord.Size, object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

EmfGlsRecord(EmfRecord)

Initializes a new instance of the Aspose.Imaging.FileFormats.Emf.Emf.Records.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[]