* Apply transform next, returning a transform handle. * You can then apply more transformations, draw, or retrieve the output. * @param transform
(transform: ImageTransform)
| 13912 | * @param transform |
| 13913 | */ |
| 13914 | transform(transform: ImageTransform): ImageTransformer |
| 13915 | /** |
| 13916 | * Draw an image on this transformer, returning a transform handle. |
| 13917 | * You can then apply more transformations, draw, or retrieve the output. |
nothing calls this directly
no outgoing calls
no test coverage detected