ArcFM Engine Developer Guide
LoadBitmap(Assembly,String,String) Method


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, _
   ByVal subfolder As String _
) As Bitmap
'Usage
 
Dim assembly As Assembly
Dim bitmapName As String
Dim subfolder As String
Dim value As Bitmap
 
value = Imaging.LoadBitmap(assembly, bitmapName, subfolder)
public static Bitmap LoadBitmap( 
   Assembly assembly,
   string bitmapName,
   string subfolder
)

Parameters

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

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