Class EmfDrawEscape

Class EmfDrawEscape

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

The EMR_DRAWESCAPE record passes arbitrary information to a printer driver. The intent is that theinformation will result in drawing being done.

public sealed class EmfDrawEscape : EmfEscapeRecordType
{
    public short wPen;
    public short x;
    public short y;
    public ushort wBrush;
    public byte rgbReserved;
    public byte iDx;
}

Inheritance

object MetaObject EmfRecord EmfEscapeRecordType EmfDrawEscape

Inherited Members

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

Constructors

EmfDrawEscape(EmfRecord)

Initializes a new instance of the Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfDrawEscape class.

public EmfDrawEscape(EmfRecord source)
   {
   }

Parameters

source EmfRecord

The source.

Properties

CjIn

Gets or sets a 32-bit unsigned integer specifying the number of bytes to pass to the printer driver.

public int CjIn
   {
      get;
      set;
   }

Property Value

int

Data

Gets or sets the data to pass to the printer driver. There MUST be cjIn bytes available.

public byte[] Data
    {
        get
        {
        }
        set
        {
        }
    }

Property Value

byte []

 English