Control.scale

Overview | Methods | Fields | This Package | All Packages

Control.scale

Scales the entire control and any child controls.

Syntax

public final void scale( float ratio )

public final void scale( float dx, float dy )

Parameters

dx

The ratio by which to scale the control horizontally.

dy

The ratio by which to scale the control vertically.

ratio

The ratio by which to scale the control horizontally and vertically.