Convert Shape object to Image object in Java -


How can I convert a shape object to a rectangle object? Repeat in an image object?

In this way I can use a shape object for a mouse cursor replacement.

a BufferedImage , as shown.

Comments

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -