ImageFill
Constructors
Properties
.imageImage
The image (URL plus placement options) used to fill the geometry.
.opacitynumber
Opacity of the image, from 0 (fully transparent) to 1 (fully opaque).
.transformAffineMatrix
The resolved render matrix mapping image pixel coordinates to project
coordinates. Computed by the Fill modifier from the geometry's bounding
box, the Fill's transform parameter, and the image's
position/rotation/scale options.
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.