ArcFM Desktop Developer Guide
LoadBitmap(Assembly,String) Method


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

The assembly containing the resource.
The name of the bitmap resource.
Retrieves a single bitmap from an assembly's resources section.
Syntax
'Declaration
 
Public Overloads Shared Function LoadBitmap( _
   ByVal assembly As Assembly, _
   ByVal bitmapName As String _
) As Bitmap
'Usage
 
Dim assembly As Assembly
Dim bitmapName As String
Dim value As Bitmap
 
value = Imaging.LoadBitmap(assembly, bitmapName)
public static Bitmap LoadBitmap( 
   Assembly assembly,
   string bitmapName
)

Parameters

assembly
The assembly containing the resource.
bitmapName
The name of the bitmap resource.

Return Value

The desired bitmap.
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

Imaging Class
Imaging Members
Overload List

 

 


Send Comment