Class WindowIcon
Stores an array of Images, meant for use as window icons.
Inherited Members
Namespace: OpenTK.Windowing.Common.Input
Assembly: OpenTK.Windowing.Common.dll
Syntax
public class WindowIcon
Constructors
WindowIcon(params Image[])
Initializes a new instance of the WindowIcon class.
Declaration
public WindowIcon(params Image[] images)
Parameters
Type | Name | Description |
---|---|---|
Image[] | images | An array of Images, which will be used as the window icons. |
Properties
Images
Gets or sets the array of Images to use.
Declaration
public Image[] Images { get; set; }
Property Value
Type | Description |
---|---|
Image[] |