We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This code not drawing polygon. I am drawing on D2DControl.
g.DrawPolygon(new D2DPoint[] { new D2DPoint(100, 100), new D2DPoint(150, 150), new D2DPoint(100, 150) }, D2DColor.Black, 1.7F, D2DDashStyle.Solid, D2DColor.Transparent);
when I set fill color its show OK. But I am need draw only polygon frame. Please help me. Paul
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This code not drawing polygon. I am drawing on D2DControl.
when I set fill color its show OK.
But I am need draw only polygon frame.
Please help me.
Paul
The text was updated successfully, but these errors were encountered: