Click or drag to resize

IconFrameIHandlerCreate Method (IconFrame, Bitmap)

Initializes a new instance of the IconFrame class.

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
Object Create(
	IconFrame frame,
	Bitmap bitmap
)

Parameters

frame
Type: Eto.DrawingIconFrame
Frame instance to create for.
bitmap
Type: Eto.DrawingBitmap
Bitmap for the frame

Return Value

Type: Object

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

See Also