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
)
Public Sub New (
scale As Single,
bitmap As Bitmap
)
new :
scale : float32 *
bitmap : Bitmap -> IconFrame
Parameters
- scale
- Type: SystemSingle
Scale of logical to physical pixels. - bitmap
- Type: Eto.DrawingBitmap
Bitmap for the frame
See Also