Click or drag to resize

IconFrameIHandlerCreate Method (IconFrame, FuncStream)

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,
	Func<Stream> load
)

Parameters

frame
Type: Eto.DrawingIconFrame
Frame instance to create for.
load
Type: SystemFuncStream
Delegate to load the stream when the frame's data is required.

Return Value

Type: Object

[Missing <returns> documentation for "M:Eto.Drawing.IconFrame.IHandler.Create(Eto.Drawing.IconFrame,System.Func{System.IO.Stream})"]

See Also