public void DrawPath(D2DGeometry path, D2DPen strokePen, FLOAT strokeWidth = 1f) { D2D.DrawPathWithPen(path.Handle, strokePen.Handle, strokeWidth); }