EmfSetBrushOrgEx

Inheritance: java.lang.Object, com.aspose.imaging.fileformats.emf.MetaObject, com.aspose.imaging.fileformats.emf.emf.records.EmfRecord, com.aspose.imaging.fileformats.emf.emf.records.EmfStateRecordType

public final class EmfSetBrushOrgEx extends EmfStateRecordType

The EMR_SETBRUSHORGEX record specifies the origin of the current brush.

Constructors

ConstructorDescription
EmfSetBrushOrgEx(EmfRecord source)Initializes a new instance of the EmfSetBrushOrgEx class.
EmfSetBrushOrgEx()Initializes a new instance of the EmfSetBrushOrgEx class.

Methods

MethodDescription
getOrigin()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.
setOrigin(Point value)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.

EmfSetBrushOrgEx(EmfRecord source)

public EmfSetBrushOrgEx(EmfRecord source)

Initializes a new instance of the EmfSetBrushOrgEx class.

Parameters:

ParameterTypeDescription
sourceEmfRecordThe source.

EmfSetBrushOrgEx()

public EmfSetBrushOrgEx()

Initializes a new instance of the EmfSetBrushOrgEx class.

getOrigin()

public Point getOrigin()

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.

Returns: Point

setOrigin(Point value)

public void setOrigin(Point value)

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.

Parameters:

ParameterTypeDescription
valuePoint