Exemplo n.º 1
0
 public static void FillMesh(this SharpDX.Direct2D1.RenderTarget target, ID2DBrush brush, D2DMesh mesh)
 {
     target.FillMesh(mesh.Native, brush.NativeBrush);
 }