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