Click or drag to resize

SystemImageListSizeExtensionsDefaultPixels Method

A SystemImageListSize extension method that returns the default size in pixels for a SystemImageListSize.

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

Parameters

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

Return Value

Type: Int32
The size in pixels at default 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