ArcFM Engine Developer Guide
LoadBitmap(String) Method


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

Parameters

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