* Apply transform next, returning a transform handle. * You can then apply more transformations, draw, or retrieve the output. * @param transform
(transform: ImageTransform)
| 6578 | * @param transform |
| 6579 | */ |
| 6580 | transform(transform: ImageTransform): ImageTransformer; |
| 6581 | /** |
| 6582 | * Draw an image on this transformer, returning a transform handle. |
| 6583 | * You can then apply more transformations, draw, or retrieve the output. |
nothing calls this directly
no outgoing calls
no test coverage detected