예제 #1
0
파일: Context.cs 프로젝트: uvbs/FullSource
 public void Rectangle(double x, double y, double width, double height)
 {
     CairoAPI.cairo_rectangle(state, x, y, width, height);
 }