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)
.
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 | |||
YOffset | INT | The delta Y coordinate for the input graphic. | |
The |
The following actions are currently supported:
Draw | Draws object graphics to drawable areas. | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
ERR acDraw(*Object, DOUBLE X, DOUBLE Y, DOUBLE Width, DOUBLE Height)
|