Exemplo n.º 1
0
 public void FillPath(D2DGeometry path, D2DColor fillColor)
 {
     D2D.FillPathD(path.Handle, fillColor);
 }