ClipProperty

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

 

See also:


The Clip property controls the visibilty of drawing objects outside the border of a 2D canvas in a report.

Clip is set to No by default, so drawings can extend past the borders of the canvas.

When Clip is set to Yes, then all drawing objects that go outside the border of the 2D canvas are cut off and not visible. Only the drawing objects inside the border are visible.

Clip drawing objects in a 2D canvas:
  1. Select the 2D canvas.
  2. Open the properties window.
  3. Under Frame, change Clip to Yes.
See also: