Esempio n. 1
0
 public void DrawImageWithMsdf(GLBitmap bmp, float x, float y)
 {
     msdfShader.ForegroundColor = PixelFarm.Drawing.Color.Black;
     msdfShader.Render(bmp, x, y, bmp.Width, bmp.Height);
 }