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