/***********************************************************************************\ * GD Query \***********************************************************************************/ public void GetClip(ref int x1, ref int y1, ref int x2, ref int y2) { GDImport.gdImageGetClip(this.Handle, ref x1, ref y1, ref x2, ref y2); }