NetXP 3.0 Reference

Resources.LoadBitmap Method (Type, String)

Loads a bitmap from the specified assembly and bitmap file name.

[Visual Basic]
Overloads Public Shared Function LoadBitmap( _
   ByVal assemblyType As Type, _
   ByVal imageName As String _
) As Bitmap
[C#]
public static Bitmap LoadBitmap(
   Type assemblyType,
   string imageName
);

Parameters

assemblyType
The assembly.
imageName
The file name.

Return Value

The bitmap.

See Also

Resources Class | NETXP.Library Namespace | Resources.LoadBitmap Overload List