ImageFill
Constructors
ImageFill(image,opacity,transform)→ImageFill
Constructs an image fill style.
Properties
.imagestring
The URL of the image. Expected to start with cuttle-image://
.opacitynumber
The opacity of the image, from 0 (fully transparent) to 1 (fully
opaque).
.transformAffineMatrix
The transform matrix of the image fill.
Methods
.clone()→ImageFill
Returns a copy of this image fill.
.equals(fill)→boolean
Returns true if this fill is equal to fill, false otherwise.
Transforms this image fill by the affine matrix affineMatrix.
affineMatrixTransforms this image fill by the affine matrix affineMatrix, ignoring
translation.
affineMatrix
Defines an image fill style.