Click or drag to resize

IconFrame Constructor (Single, Stream)

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

Parameters

scale
Type: SystemSingle
Scale of logical to physical pixels.
stream
Type: System.IOStream
Stream for the bitmap data.
See Also