JVCL Help:TJvTurtle
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvTurtle Class
[+] JvTurtle.pas Classes
[+] TJvTurtle Events
[+] TJvTurtle Methods
[+] TJvTurtle Properties
Search in JVCL Help
Search in all projectsClass Hierarchy
TJvTurtle
run\JvTurtle.pas
Summary
Drawing component that allows the drawing of the path of a turtle.
Pascal
run\JvTurtle.pas
TJvTurtle = class(TComponent);
Description
- JVCLInfo
Basic turtle object used in for ex. childgame. Assign a canvas (ex. form.canvas) to the TJvTurtle, and a starting point (position: ex. 100, 100). From this point on you can start by moving your turtle across the screen, while it leaves it's trail (it draws a line). Make sure your pen is down, or it will not draw (PenDown property set to true). Easy made functions like Moveforward, Movebackward, Turn, .... allow you to control the turtles movement.
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page