Difference between revisions of "CanvasImage"
(Created page with "''new to Analytica 5,0'' == CanvasImage( canvas ) == Returns an image fram a canvas. The canvas is created using the <code>Canvas()</code> function. Any time you use...") |
m (Included in category image and canvas functions) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | ''new to [[Analytica 5 | + | [[Category:Image and canvas functions]] |
+ | |||
+ | ''new to [[Analytica 5.0]]'' | ||
== CanvasImage( canvas ) == | == CanvasImage( canvas ) == | ||
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
Enable comment auto-refresher