scale_xy

Function scale_xy 

Source
pub fn scale_xy(
    child: impl IntoUiNode,
    x: impl IntoVar<Factor>,
    y: impl IntoVar<Factor>,
) -> UiNode
Expand description

P Scale X and Y transform.

This property is a shorthand way of setting transform to new_scale_xy(x, y) using variable merging.