Jagged Lines are appearing in the Polygons #528
Unanswered
AhsinChoudhry786
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have created a function to get a list of points for overlapped areas:
EXTERN_DLL_EXPORT BOOL GetOverlappedLinePoints(TPoint* ShapeA, LONG ShapeANumPoints, TPoint* ShapeB, LONG ShapeBNumPoints, TPoint*& OutputShape1, LONG& OutputShapeNumPoints1)
{
PathD a, b;
When I create Polygons, jagged lines appear. Can you suggest me a soluton? Thanks
Beta Was this translation helpful? Give feedback.
All reactions