public void DrawImage(GLBitmapReference bmp, float x, float y) { this.DrawImage(bmp.OwnerBitmap, bmp.GetRectF(), x, y, bmp.Width, bmp.Height); }