ArcFM Responder Mobile Developer Guide
GetBitmap(String,Boolean) Method






Syntax
'Declaration
 
Public Overloads Function GetBitmap( _
   ByVal resourceId As System.String, _
   ByVal makeTransparent As System.Boolean _
) As System.Drawing.Bitmap
'Usage
 
Dim instance As Resourcer
Dim resourceId As System.String
Dim makeTransparent As System.Boolean
Dim value As System.Drawing.Bitmap
 
value = instance.GetBitmap(resourceId, makeTransparent)
public System.Drawing.Bitmap GetBitmap( 
   System.string resourceId,
   System.bool makeTransparent
)
public function GetBitmap( 
    resourceId: System.String;
    makeTransparent: System.Boolean
): System.Drawing.Bitmap; 
public function GetBitmap( 
   resourceId : System.String,
   makeTransparent : System.boolean
) : System.Drawing.Bitmap;
public: System.Drawing.Bitmap* GetBitmap( 
   System.string* resourceId,
   System.bool makeTransparent
) 
public:
System.Drawing.Bitmap^ GetBitmap( 
   System.String^ resourceId,
   System.bool makeTransparent
) 

Parameters

resourceId
makeTransparent
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Resourcer Class
Resourcer Members
Overload List

Send Feedback