Parameters
- width
- The width of the Shape (in points).
- height
- The height of the Shape (in points).
- fillColor
- The Color used to fill the Shape. If not defined, blue("4472C4") is used.
- outlineColor
- The Color used for the outline of the Shape. If not defined, dark blue("2F528F") is used.
- outlineWidth
- The width used for the outline of the Shape (in points). If not defined, 1 is used.
- outlineDash
- The dash style used for the outline of the Shape. If not defined, Solid is used.
Return Value
The newly created Shape.