コード例 #1
0
ファイル: CanvasGL2d.cs プロジェクト: lingliy/HtmlRenderer
 public void DrawImage(GLBitmapReference bmp, float x, float y)
 {
     this.DrawImage(bmp.OwnerBitmap,
                    bmp.GetRectF(),
                    x, y, bmp.Width, bmp.Height);
 }
コード例 #2
0
ファイル: CanvasGL2d.cs プロジェクト: prepare/HTML-Renderer
 public void DrawImage(GLBitmapReference bmp, float x, float y)
 {
     this.DrawImage(bmp.OwnerBitmap,
          bmp.GetRectF(),
          x, y, bmp.Width, bmp.Height);
 }