Click or drag to resize

ExtensionMethodsScaledPixels Method

An extension method for controls: It scales the passed pixels according to the current dpi the control is displayed with.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public static int ScaledPixels(
	this Control pControl,
	int pPixels
)

Parameters

pControl
Type: System.Windows.FormsControl
The pControl to act on.
pPixels
Type: SystemInt32
The pixels.

Return Value

Type: Int32
An int.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Control. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also