SystemImageListHelperGetIconAsBitmap Method (Int32, Size, Color) |
Returns the requested image of the system image list as bitmap.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public Bitmap GetIconAsBitmap(
int pIconNumber,
Size pSize,
Color pFrameColor
)
Public Function GetIconAsBitmap (
pIconNumber As Integer,
pSize As Size,
pFrameColor As Color
) As Bitmap
public:
Bitmap^ GetIconAsBitmap(
int pIconNumber,
Size pSize,
Color pFrameColor
)
member GetIconAsBitmap :
pIconNumber : int *
pSize : Size *
pFrameColor : Color -> Bitmap
Parameters
- pIconNumber
- Type: SystemInt32
The index of the requested icon in the system image list. - pSize
- Type: System.DrawingSize
The size of the bitmap that should be returned. - pFrameColor
- Type: System.DrawingColor
Specifies the color of the frame of the returned image. If null is passed, the images has no frame.
Return Value
Type:
BitmapA bitmap of the requested icon.
See Also