PopCanvas
Pop virtual canvas from Push Pop Array
Syntax: PushCanvas(ppindex=0)
ppindex
push pop array number, default is 0
Returns: Funtion returns error code as function Pop
Notes: This function internally uses Pop, so the ppindex
array must be initialized!
Example:
PopCanvas()
, pop canvas from array with index 0PopCanvas(1)
, pop canvas from array with index 1
See also: PushCanvas, Push, Pop, PushPopInit
Last updated
Was this helpful?