public final class EmfModifyWorldTransform extends EmfTransformRecordType
The EMR_MODIFYWORLDTRANSFORM record modifies the current world-space to page-space transform in the playback device context.
For more information concerning transforms and coordinate spaces, see [MSDN-WRLDPGSPC]. See section 2.3.12 for the specification of other transform record types.
Constructor and Description |
---|
EmfModifyWorldTransform()
Initializes a new instance of the
EmfModifyWorldTransform class. |
EmfModifyWorldTransform(EmfRecord source)
Initializes a new instance of the
EmfModifyWorldTransform class. |
Modifier and Type | Method and Description |
---|---|
int |
getModifyWorldTransformMode()
Gets or sets a 32-bit unsigned integer that specifies how the
transform specified in Xform is used.
|
void |
setModifyWorldTransformMode(int value)
Gets or sets a 32-bit unsigned integer that specifies how the
transform specified in Xform is used.
|
getXform, setXform
public EmfModifyWorldTransform(EmfRecord source)
Initializes a new instance of the EmfModifyWorldTransform
class.
source
- The source.public EmfModifyWorldTransform()
Initializes a new instance of the EmfModifyWorldTransform
class.
public int getModifyWorldTransformMode()
Gets or sets a 32-bit unsigned integer that specifies how the transform specified in Xform is used. This value MUST be in the ModifyWorldTransformMode enumeration (section 2.1.24).
public void setModifyWorldTransformMode(int value)
Gets or sets a 32-bit unsigned integer that specifies how the transform specified in Xform is used. This value MUST be in the ModifyWorldTransformMode enumeration (section 2.1.24).