IconIHandlerCreate Method (IEnumerableIconFrame) |
Initializes a new instance of the
Icon class with the specified frames.
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax void Create(
IEnumerable<IconFrame> frames
)
Sub Create (
frames As IEnumerable(Of IconFrame)
)
abstract Create :
frames : IEnumerable<IconFrame> -> unit
Parameters
- frames
- Type: System.Collections.GenericIEnumerableIconFrame
Frames for the icon.
Remarks
This is used when you want to create an icon with specific bitmap frames at different scales or sizes.
See Also