Class EmfGlsBoundedRecord
Namespace: Aspose.Imaging.FileFormats.Emf.Emf.Records
Assembly: Aspose.Imaging.dll (25.2.0)
The EMR_GLSBOUNDEDRECORD record specifies an OpenGL function with a bounding rectangle for output.
public sealed class EmfGlsBoundedRecord : EmfOpenGlRecordType
Inheritance
object ← MetaObject ← EmfRecord ← EmfOpenGlRecordType ← EmfGlsBoundedRecord
Inherited Members
EmfRecord.Type, EmfRecord.Size, object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
EmfGlsBoundedRecord(EmfRecord)
Initializes a new instance of the Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfGlsBoundedRecord class.
public EmfGlsBoundedRecord(EmfRecord source)
Parameters
source
EmfRecord
The 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[]