7 lines
196 B
Plaintext
7 lines
196 B
Plaintext
#title GetCanvasViewport [RCBasic Doc]
|
|
#header sub GetCanvasViewport(c_num, byref x, byref y, byref w, byref h)
|
|
|
|
Gets the position and size of a canvas viewport
|
|
|
|
#ref OpenCanvas SetCanvasViewport
|