DrawRectangleTool

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 DrawRectangleTool (make sure the library Library.Tools.Draw is included with Include Libaries)
  • To refer to it by its full path, use Library.Tools.Draw.DrawRectangleTool

 

See also:


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

Insert a rectangle:
  1. In a 2D canvas frame, select the Draw Rectangle tool.
  2. Specify a corner of the rectangle.
  3. Specify the opposite corner.
Notes:
  • Rectangles are shaded grey by default. Change the fill color in the properties window.
See also: