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