public final class EmfSetBrushOrgEx extends EmfStateRecordType
The EMR_SETBRUSHORGEX record specifies the origin of the current brush.
Constructor and Description |
---|
EmfSetBrushOrgEx()
Initializes a new instance of the
EmfSetBrushOrgEx class. |
EmfSetBrushOrgEx(EmfRecord source)
Initializes a new instance of the
EmfSetBrushOrgEx class. |
Modifier and Type | Method and Description |
---|---|
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.
|
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.
|
public EmfSetBrushOrgEx(EmfRecord source)
Initializes a new instance of the EmfSetBrushOrgEx
class.
source
- The source.public EmfSetBrushOrgEx()
Initializes a new instance of the EmfSetBrushOrgEx
class.
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.
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.