Exemplo n.º 1
0
 public void FillRectangle(D2DRect rect, D2DColor color)
 {
     D2D.FillRectangle(this.Handle, ref rect, color);
 }