1997
Spencer Kimball & Peter Mattis
Offset the drawable by the specified amounts in the X and Y directions
This procedure offsets the specified drawable by the amounts specified by 'offset_x' and 'offset_y'. If 'wrap_around' is set to TRUE, then portions of the drawable which are offset out of bounds are wrapped around. Alternatively, the undefined regions of the drawable can be filled with transparency or the background color, as specified by the 'fill-type' parameter.
unknown
Type | Name | Description |
---|---|---|
PF_DRAWABLE | drawable | The drawable to offset |
PF_INT | wrap-around | wrap image around or fill vacated regions (TRUE or FALSE) |
PF_INT | fill-type | fill vacated regions of drawable with background or transparent { OFFSET-BACKGROUND (0), OFFSET-TRANSPARENT (1) } |
PF_INT | offset-x | offset by this amount in X direction |
PF_INT | offset-y | offset by this amount in Y direction |
None