get_bounds


Description:

[ Version ( since = "0.4" ) ]
public void get_bounds (out double x_scale_start, out double y_scale_start, out double x_scale_end, out double y_scale_end)

Retrieves the bounds used by scale behaviour.

Parameters:

this

a BehaviourScale

x_scale_start

return location for the initial scale factor on the X axis, or null

y_scale_start

return location for the initial scale factor on the Y axis, or null

x_scale_end

return location for the final scale factor on the X axis, or null

y_scale_end

return location for the final scale factor on the Y axis, or null