跳转到内容

Rebol 编程/绘图

来自维基教科书,开放的书籍,开放的世界
DRAW image commands 

将可缩放矢量图形绘制到图像(返回)。

DRAW 是一个本机值。

  • 图像 -- 图像或图像大小(类型:图像对)
  • 命令 -- (类型:块)

源代码

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

华夏公益教科书