DrawCross
Draw cross of specified length
Syntax: DrawCross(wi, length=1)
wiwalker or square indexlengthlength of the arm of the cross
Notes: Draw cross with center spot defined by walker or index with preset color and attributes.
Example:
DrawCross(walker), draws cross with center walker with length=1DrawCross(23,2), draws cross on index 23 with length=2DrawCross(_w(2,2),3), draws cross with center side 2, square 2 and length=3
Last updated