GetFillStyleDefinition()

Summary

Returns an array defining the fill style.

Syntax

fillstylearray = GetFillStyleDefinition(fillstyle style)

Argument Contents
style The fill style to define

Returns

An array in the format used to call FillStyle().

Example

str1 = "X X X X "
str2 = " X X X X"
shaded = FillStyle({str1, str2, str1, str2, str1, str2, str1, str2})
ShowArray(GetFillStyleDefinition(shaded))

Error Codes

Error Type Meaning
Error style is not a fill style

See Also

Function Summary
FillStyle() Creates a new fill style