Share via


Overview | Methods | Fields | This Package | All Packages

OverviewMethodsFieldsThis PackageAll Packages

Control.scaleCore

Performs the work of scaling the entire control and any child controls.

Syntax

protected void scaleCore( 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.