ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
ShellBrowser.TControlHelper.UnScaledPixels

Corresponding to function ScaledPixels, this function takes already scaled pixels and converts them back to the "default" pixels, based on current DPI.

Syntax
Pascal
function UnScaledPixels(pPixels: Integer): Integer;
Parameters 
Description 
pPixels: Integer 
The value to unscale. 

The unscaled pPixels.