DrawCircleTool

Tool

You can refer to this tool in any formula, macro, module, or other script in Blockpad. You can use either its name or its full path:

  • To refer to it by name, use DrawCircleTool (make sure the library Library.Tools.Draw is included with Include Libaries)
  • To refer to it by its full path, use Library.Tools.Draw.DrawCircleTool

 

See also:


With the Draw Circle tool, you can draw shaded circles in a 2D canvas frame.

Insert a circle:
  1. In a 2D canvas frame, select the Draw Circle tool.
  2. Select the center of the circle.
  3. Select a point to specify radius.
Notes:
  • Circles cannot be broken. To have a partial circle, use an arc.
  • Circles are shaded grey by default. Change the fill color in the properties window.
See also: