Show / Hide Table of Contents

Class WindowIcon

Stores an array of Images, meant for use as window icons.

Inheritance
object
WindowIcon
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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[]
In This Article
Back to top Generated by DocFX