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)
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 | |
x_scale_start |
return location for the initial scale factor on the X axis, or |
y_scale_start |
return location for the initial scale factor on the Y axis, or |
x_scale_end |
return location for the final scale factor on the X axis, or |
y_scale_end |
return location for the final scale factor on the Y axis, or |