dlSetDlistPosition
dlSetDlistPosition(
w_displayList
x_widgetId
x_xOffset
x_yOffset
)
=> t / nil
Description
Specifies the scale factor to map from display list coordinates to screen coordinates. The offsets only have effect if auto-fitting was turned off (via dfIIFitDlistOnDraw).
Arguments
|
w_displayList
|
Display list.
|
|
x_widgetId
|
ID the display list is attached to.
|
|
x_xOffset
|
Offset (in display list coordinates) of the display list in the x axis, assuming 0:0 to be the upper-left corner.
|
|
x_yOffset
|
Offset (in display list coordinates) of the display list in the y axis, assuming 0:0 to be the upper-left corner.
|
Related Topics
View Display List Functions
Return to top