You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
##Description
Performs a Pic� command to the canvas specified by widgetID.
All of these routines are essentially the same as the similarly-named procedures in the Pic module. All coordinates are based on the canvas and all drawing is clipped to the canvas drawing surface.
##Example
See the ScrollPic program in GUI.CreateHorizontalScrollBarFull for an example of GUI.PicDraw.
##Status
Exported qualified.
This means that you can only call the procedures by calling GUI.Pic�, not by calling Pic�.