Unit 'Controls' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

TControl.Scale96ToForm

Scales a size value from 96 PPI to the run-time PPI for the Screen.

Declaration

Source position: controls.pp line 1562

public function TControl.Scale96ToForm(

  const ASize: Integer

):Integer;

Arguments

ASize

  

Original size value scaled in the method.

Function result

Scaled size value.