示例#1
0
 public bool InFill(double x, double y)
 {
     return(CairoAPI.cairo_in_fill(state, x, y));
 }