Graphics.Fill Class
Constructor
Methods
bitmap
(
Fill
-
image -
[repetition]
Creates a bitmap fill style and assigns it to Fill/style:property.
Parameters:
-
imageImage -
[repetition]String optionalOne of: repeat, repeat-x, repeat-y, or no-repeat.
Returns:
Fill:
Returns this Fill object for chaining or assignment.
linearGradient
(
Fill
-
colors -
ratios -
x0 -
y0 -
x1 -
y1
Creates a linear gradient style and assigns it to Fill/style:property.
Returns:
Fill:
Returns this Fill object for chaining or assignment.