public class EmfSetBrushOrgEx extends EmfStateRecordType
The EMR_SETBRUSHORGEX record specifies the origin of the current brush.
Constructor and Description |
---|
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.
|
getSize, getType, setSize, setType
deepClone_internalized
public EmfSetBrushOrgEx(EmfRecord source)
Initializes a new instance of the EmfSetBrushOrgEx
class.
source
- The source.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.
Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.