Exemple #1
0
 public bool InStroke(double x, double y)
 {
     return(CairoAPI.cairo_in_stroke(state, x, y));
 }