Hello,
I have a problem with calling StrokePath() twice.
Code-example:
----
BeginPath()
....
EndPath()
-Create and select Pen-
StrokePath() -> everything fine!
-select another Pen-
StrokePath() -> Error ERROR_CAN_NOT_COMPLETE
----
For a test I placed the second StrokePath directly and the first; the same!
Why?
Is it impossible to draw the some path twice?
br
Ralf
I have a problem with calling StrokePath() twice.
Code-example:
----
BeginPath()
....
EndPath()
-Create and select Pen-
StrokePath() -> everything fine!
-select another Pen-
StrokePath() -> Error ERROR_CAN_NOT_COMPLETE
----
For a test I placed the second StrokePath directly and the first; the same!
Why?
Is it impossible to draw the some path twice?
br
Ralf