Form.getAutoScaleBaseSize

Overview | Methods | This Package | All Packages

Form.getAutoScaleBaseSize

Retrieves the base size used for autoscaling.

Syntax

public final int getAutoScaleBaseSize()

Return Value

Returns the base size that this form uses for autoscaling.

Remarks

The autoscaling base size is used by the form as a baseline for comparison to the system's font size to determine how much to scale the form when autoscaling is used.

See Also   setAutoScaleBaseSize, setAutoScale