# DrawSquare

Draw square 3x3 with current color around center spot

Syntax: `DrawSquare(wi)`

* `wi` walker or square index

Notes: Draws square around center spot of preset color. Center spot is defined by walker or square index

Example:

* `DrawSquare(walker)`, draw square with center of walker
* `DrawSquare(27)`, draw square with center of square index 27
* `DrawSquare( w(4,2))`, draw square around center spot side 4 square 2

See also: [DrawPoint](https://rmjjjt.gitbook.io/rubik-s-futuro-cube-sdk-open-beta-v1-4/summary/api-native-functions/graphics/drawpoint), [DrawSide](https://rmjjjt.gitbook.io/rubik-s-futuro-cube-sdk-open-beta-v1-4/summary/api-native-functions/graphics/drawside), [DrawCross](https://rmjjjt.gitbook.io/rubik-s-futuro-cube-sdk-open-beta-v1-4/summary/api-native-functions/graphics/drawcross)
