This site requires JavaScript, please enable it in your browser!
Greenfoot back
Roshan123
Roshan123 wrote ...

2020/5/21

shapes

Roshan123 Roshan123

2020/5/21

#
what is drawShape in greenfoot. How will i use this
danpost danpost

2020/5/21

#
Roshan123 wrote...
what is drawShape in greenfoot. How will i use this
It is a GreenfootImage instance method that takes a java.awt.Shape implemented object and draws it onto an image. I would not consider this method for beginners -- maybe intermediates. I suggest that you get fluent on the other drawing methods in the GreenfootImage class first.
Roshan123 Roshan123

2020/5/21

#
ok, thanks for reply
You need to login to post a reply.