IconFrameIHandlerCreate Method (IconFrame, Bitmap) |
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,
Bitmap bitmap
)
Function Create (
frame As IconFrame,
bitmap As Bitmap
) As Object
abstract Create :
frame : IconFrame *
bitmap : Bitmap -> Object
Parameters
- frame
- Type: Eto.DrawingIconFrame
Frame instance to create for. - bitmap
- Type: Eto.DrawingBitmap
Bitmap for the frame
Return Value
Type:
Object[Missing <returns> documentation for "M:Eto.Drawing.IconFrame.IHandler.Create(Eto.Drawing.IconFrame,Eto.Drawing.Bitmap)"]
See Also