Difference between revisions of "CanvasImage"

m (typo)
m (Included in category image and canvas functions)
 
Line 1: Line 1:
 +
[[Category:Image and canvas functions]]
 +
 
''new to [[Analytica 5.0]]''
 
''new to [[Analytica 5.0]]''
  
Line 10: Line 12:
 
* [[Canvas]]
 
* [[Canvas]]
 
* [[CanvasContext]]
 
* [[CanvasContext]]
* [[CanvasDrawLine]], [[CanvasDrawRectangle]], [[CanvasDrawEllipse]], [[CanvasDrawText]], [[CanvasDrawImage]]
+
* [[CanvasDrawLine]], [[CanvasDrawRectangle]], [[CanvasDrawEllipse]], [[CanvasDrawText]], [[CanvasDrawImage]], [[CanvasDrawPolygon]]

Latest revision as of 21:55, 31 May 2017


new to Analytica 5.0

CanvasImage( canvas )

Returns an image fram a canvas. The canvas is created using the Canvas() function. Any time you use a canvas, you must always complete your drawing by calling this function. See Drawing images.

See also

Comments


You are not allowed to post comments.