You are on page 1of 1

defun ael_work()

{
decl context = de_get_design_context();
decl qwe = db_get_layerid(context, "cond", "drawing");
db_add_rectangle(context, qwe, 0,0,100,100);
}

You might also like