Click or drag to resize

SystemImageListSizeExtensionsScaledPixels Method

A SystemImageListSize extension method that returns the size of the imageList as pixels related to the current scaling.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.0
Syntax
public static int ScaledPixels(
	this SystemImageListSize pSize
)

Parameters

pSize
Type: Jam.ShellSystemImageListSize
The pSize to act on.

Return Value

Type: Int32
The size in pixels for current dpi.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type SystemImageListSize. 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