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