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 Parameters
- assemblyType
- The assembly.
- imageName
- The file name.
Return Value
The bitmap.
See Also
Resources Class | NETXP.Library Namespace | Resources.LoadBitmap Overload List