9 lines
204 B
Plaintext
9 lines
204 B
Plaintext
#title SetCanvasOffset [RCBasic Doc]
|
|
#header sub SetCanvasOffset(c_num, x, y)
|
|
|
|
Sets the offset of a canvas
|
|
|
|
The canvas offset is what part of the canvas is visible during rendering.
|
|
|
|
#ref GetCanvasOffset
|