StopDrawing()
语法
StopDrawing()概要
Once all the needed graphics operations (started with StartDrawing()) have been performed, this function must be called to finish the drawing and free all associated resources.
参数
无.
返回值
无.
示例
Typically, a normal drawing sequence would look like:If StartDrawing(WindowOutput(0)) Box(10,10,20,20) Line(30,50,100,100) .... StopDrawing() EndIf
参阅
StartDrawing()
已支持操作系统
所有