首页 > 文档 > endRecord()结束记录
2017
08-02

endRecord()结束记录

Name

endRecord()结束记录

   

Examples

import processing.pdf.*;

 

void setup() {

size(400, 400);

beginRecord(PDF, “everything.pdf”);

}

 

void draw() {

ellipse(mouseX, mouseY, 10, 10);

}

 

void mousePressed() {

endRecord();

exit();

}

Description

Stops the recording process started by beginRecord() and closes the file.

 

停止由 beginRecord () 启动的录制过程并关闭文件

Syntax

endRecord()

Returns

void

Related

beginRecord()



最后编辑:
作者:卡萨布兰卡
这个作者貌似有点懒,什么都没有留下。

留下一个回复

你的email不会被公开。