Function zng::image::mask::mask_image_limits
source ยท pub fn mask_image_limits(
child: impl UiNode,
limits: impl IntoVar<Option<ImageLimits>>,
) -> impl UiNode
Expand description
P
Sets custom mask image load and decode limits.
If not set or set to None
the IMAGES.limits
is used.