Beispiel #1
0
 public int BoundsSafe(int x, int y)
 {
     return(GDImport.gdImageBoundsSafe(this.Handle, x, y));
 }