Miner.Windows Assembly > Miner.Windows Namespace > ResourceData Class > GetBitmap Method : GetBitmap(String) Method |
'Declaration Public Overloads Function GetBitmap( _ ByVal bitmapName As String _ ) As Bitmap
'Usage Dim instance As ResourceData Dim bitmapName As String Dim value As Bitmap value = instance.GetBitmap(bitmapName)
public Bitmap GetBitmap( string bitmapName )
This method assumes that the caller does not wish to define a special transparent color for the bitmap. The CommandManager and the DockManager have a property (ImageTransparentColor) that defines the transparent color for Images. The default value is the standard Teal color, the same color used by the Icon editor of Visual Studio to define the transparent areas. If a different transparent color is desired, then use the overloaded method that takes the transparentPt parameter to specify the pixel containing the desired transparent color.
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.