Click or drag to resize

IconFrameIHandlerCreate Method (IconFrame, Stream)

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,
	Stream stream
)

Parameters

frame
Type: Eto.DrawingIconFrame
Frame instance to create for.
stream
Type: System.IOStream
Stream for the bitmap data.

Return Value

Type: Object

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

See Also