public final class EmfPlusOffsetClip extends EmfPlusClippingRecordType
The EmfPlusOffsetClip record applies a translation transform on the current clipping region for the world space. The new current clipping region is set to the result of the translation transform.
Constructor and Description |
---|
EmfPlusOffsetClip(EmfPlusRecord source)
Initializes a new instance of the
EmfPlusOffsetClip class. |
Modifier and Type | Method and Description |
---|---|
float |
getDx()
Gets or sets a 32-bit floating-point value that specifies the horizontal offset for the translation.
|
float |
getDy()
Gets or sets a 32-bit floating-point value that specifies the vertical offset for the translation.
|
void |
setDx(float value)
Gets or sets a 32-bit floating-point value that specifies the horizontal offset for the translation.
|
void |
setDy(float value)
Gets or sets a 32-bit floating-point value that specifies the vertical offset for the translation.
|
getDataSize, getFlags, getSize, getType, setDataSize, setFlags, setSize
public EmfPlusOffsetClip(EmfPlusRecord source)
Initializes a new instance of the EmfPlusOffsetClip
class.
source
- The source.public float getDx()
Gets or sets a 32-bit floating-point value that specifies the horizontal offset for the translation.
public void setDx(float value)
Gets or sets a 32-bit floating-point value that specifies the horizontal offset for the translation.
public float getDy()
Gets or sets a 32-bit floating-point value that specifies the vertical offset for the translation.
public void setDy(float value)
Gets or sets a 32-bit floating-point value that specifies the vertical offset for the translation.