pub fn mask_image_limits(
child: impl IntoUiNode,
limits: impl IntoVar<Option<ImageLimits>>,
) -> UiNodeExpand description
P Sets custom mask image load and decode limits.
If not set or set to None the IMAGES.limits is used.
pub fn mask_image_limits(
child: impl IntoUiNode,
limits: impl IntoVar<Option<ImageLimits>>,
) -> UiNodeP Sets custom mask image load and decode limits.
If not set or set to None the IMAGES.limits is used.