Click or drag to resize

IconFrameIHandlerGetBitmap Method

Gets the bitmap for this frame.

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
Bitmap GetBitmap(
	IconFrame frame
)

Parameters

frame
Type: Eto.DrawingIconFrame
Frame instance to get the bitmap for

Field Value

Type: Bitmap
The frame's bitmap.

Return Value

Type: Bitmap

[Missing <returns> documentation for "M:Eto.Drawing.IconFrame.IHandler.GetBitmap(Eto.Drawing.IconFrame)"]

See Also