Ejemplo n.º 1
0
 public void DrawLines(D2DPoint[] points, D2DColor color, FLOAT weight = 1, D2DDashStyle dashStyle = D2DDashStyle.Solid)
 {
     D2D.DrawLines(this.Handle, points, (uint)points.Length, color, weight, dashStyle);
 }