pub fn img_scale(
child: impl IntoUiNode,
scale: impl IntoVar<Factor2d>,
) -> UiNodeExpand description
P Custom scale applied to all inner images.
By default only img_auto_scale is done. If this is set it multiplies the auto scale.
pub fn img_scale(
child: impl IntoUiNode,
scale: impl IntoVar<Factor2d>,
) -> UiNodeP Custom scale applied to all inner images.
By default only img_auto_scale is done. If this is set it multiplies the auto scale.