public void FillToBorder(int x, int y, int border, GDColor color) { GDImport.gdImageFillToBorder(this.Handle, x, y, border, color); }