Click or drag to resize

IconFrame Constructor (Single, FuncStream)

Initializes a new instance of the IconFrame class.

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public IconFrame(
	float scale,
	Func<Stream> load
)

Parameters

scale
Type: SystemSingle
Scale of logical to physical pixels.
load
Type: SystemFuncStream
Delegate to load the stream when the frame's data is required.
See Also