Class EmfSetBrushOrgEx
Namespace: Aspose.Imaging.FileFormats.Emf.Emf.Records
Assembly: Aspose.Imaging.dll (25.2.0)
The EMR_SETBRUSHORGEX record specifies the origin of the current brush.
public sealed class EmfSetBrushOrgEx : EmfStateRecordType
Inheritance
object ← MetaObject ← EmfRecord ← EmfStateRecordType ← EmfSetBrushOrgEx
Inherited Members
EmfRecord.Type, EmfRecord.Size, object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
EmfSetBrushOrgEx(EmfRecord)
Initializes a new instance of the Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfSetBrushOrgEx class.
public EmfSetBrushOrgEx(EmfRecord source)
Parameters
source
EmfRecord
The source.
EmfSetBrushOrgEx()
Initializes a new instance of the Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfSetBrushOrgEx class.
public EmfSetBrushOrgEx()
Properties
Origin
Gets or sets a 64-bit WMF PointL object, specified in [MS-WMF] section 2.2.2.15, which specifies the brush’s horizontal and vertical origin in device units.
public Point Origin { get; set; }