드로우영역 확대/축소시 호출됨 Ctrl + 마우스휠 조작 또는 setzoom API 호출시에 발생
| Parameters | Type | Description | 
|---|---|---|
| objInst | INSTANCE | 컴포넌트 인스턴스 | 
| prev_zoom | short | 이전 비율 | 
| curr_zoom | short | 현재 비율 | 
| Type | Description | 
|---|---|
| void | 
function draw_on_zoom(objInst, prev_zoom, curr_zoom)
{
	factory.consoleprint("현재 비율 : " + curr_zoom + "%");
}