| IconFrameIHandlerGetBitmap Method  | 
 
            Gets the bitmap for this frame.
            
 
    Namespace: 
   Eto.Drawing
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
 Syntax
SyntaxBitmap GetBitmap(
	IconFrame frame
)
Function GetBitmap ( 
	frame As IconFrame
) As Bitmap
abstract GetBitmap : 
        frame : IconFrame -> Bitmap 
Parameters
- frame
- Type: Eto.DrawingIconFrame
 Frame instance to get the bitmap for
Field Value
Type: 
BitmapThe frame's bitmap.
Return Value
Type: 
Bitmap[Missing <returns> documentation for "M:Eto.Drawing.IconFrame.IHandler.GetBitmap(Eto.Drawing.IconFrame)"]
 See Also
See Also