Ejemplo n.º 1
0
 public void DrawRoundedRectangle(D2DRoundedRect roundedRect, D2DColor strokeColor, D2DColor fillColor,
                                  FLOAT strokeWidth = 1, D2DDashStyle dashStyle = D2DDashStyle.Solid)
 {
     D2D.DrawRoundedRect(this.Handle, ref roundedRect, strokeColor, fillColor, strokeWidth, dashStyle);
 }