Hello
Is it possible to use a java.awt.geom.PathIterator to draw on a B4J canvas?
The reason I want to do it is that I construct java.awt.geom.Area to do polygon intersections.
I use the javaobject to access java.awt.geom.Area and other necessary java classes.
Then it could be smart to draw directly on the B4J canvas with the java.awt.geom.PathIterator.
Is it possible to use a java.awt.geom.PathIterator to draw on a B4J canvas?
The reason I want to do it is that I construct java.awt.geom.Area to do polygon intersections.
I use the javaobject to access java.awt.geom.Area and other necessary java classes.
Then it could be smart to draw directly on the B4J canvas with the java.awt.geom.PathIterator.
Last edited: