Icon Constructor (IconFrame[]) |
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
Syntaxpublic Icon(
params IconFrame[] frames
)
Public Sub New (
ParamArray frames As IconFrame()
)
new :
frames : IconFrame[] -> Icon
Parameters
- frames
- Type:Eto.Drawing.IconFrame[]
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