imageFill

Creates an ImageFill instance using the provided configuration.

The method allows for the configuration of image fill options such as scaling, transformations, spread methods, and more by applying the specified configuration to an internal ImageFillBuilder.

Return

An ImageFill object configured based on the input builder settings.

Parameters

builder

A lambda that configures the properties of the ImageFillBuilder instance used to construct the ImageFill object.