Draw array to virtual canvas
Syntax: DrawArray(arr[],size=sizeof arr)
arr[] source array
arr[]
size size of the array. Must be 54, otherwise exception is raised
size
Returns: Function always returns 0
Notes: This function draws user array to the virtual canvas. That means it uses all drawing procedures and preset drawing styles.
Example: DrawArray(temp), draw array temp to canvas
DrawArray(temp)
See also: SetDrawDefaults, SetDrawStyle
Last updated 6 years ago