< Rebol Programming

USAGE:

DRAW image commands 

DESCRIPTION:

Draws scalable vector graphics to an image (returned).

DRAW is a native value.

ARGUMENTS

  • image -- Image or size of image (Type: image pair)
  • commands -- (Type: block)

SOURCE CODE

draw: native[
    {Draws scalable vector graphics to an image (returned).} 
    image [image! pair!] "Image or size of image" 
    commands [block!]
]

This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.