Click or drag to resize

IconFrame Constructor (Single, Bitmap)

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,
	Bitmap bitmap
)

Parameters

scale
Type: SystemSingle
Scale of logical to physical pixels.
bitmap
Type: Eto.DrawingBitmap
Bitmap for the frame
See Also