public 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.
|
getCmFlag_internalized, setCmFlag_internalized
getDataSize, getFirstFlagByte_internalized, getFlagBit_internalized, getFlags, getLastFlagByte_internalized, getObjectId_internalized, getSize, getType, setDataSize, setFirstFlagByte_internalized, setFlagBit_internalized, setFlags, setLastFlagByte_internalized, setObjectId_internalized, setSize, setType_internalized
deepClone_internalized
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.
Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.