A filter effect that offsets the position of an input source.
This filter offsets the input image relative to its current position in the image space by the specified vector of (XOffset,YOffset)
.
Structure
The OffsetFX class consists of the following fields:
Access | Name | Type | Comment |
| XMLDef | STRING | Returns an SVG compliant XML string that describes the effect. |
---|
| XOffset | INT | The delta X coordinate for the input graphic. |
---|
The (XOffset, YOffset) field values define the offset of the input source within the target clipping area.
|
| YOffset | INT | The delta Y coordinate for the input graphic. |
---|
The (XOffset, YOffset) field values define the offset of the input source within the target clipping area.
|
Actions
The following actions are currently supported:
| Name | Comment | | Draw | Draws object graphics to drawable areas. |
---|
| ERR acDraw(*Object, DOUBLE X, DOUBLE Y, DOUBLE Width, DOUBLE Height) Input | Description |
---|
X | The X position of the region to be drawn. | Y | The Y position of the region to be drawn. | Width | The width of the region to be drawn. | Height | The height of the region to be drawn. |
|