Show / Hide Table of Contents

Struct X11IconComponent.IconImage

Inherited Members
ValueType.Equals(object)
ValueType.GetHashCode()
ValueType.ToString()
object.Equals(object, object)
object.GetType()
object.ReferenceEquals(object, object)
Namespace: OpenTK.Platform.Native.X11
Assembly: OpenTK.Platform.dll
Syntax
public struct X11IconComponent.IconImage

Constructors

IconImage(int, int, byte[])

Declaration
public IconImage(int width, int height, byte[] data)
Parameters
Type Name Description
int width
int height
byte[] data

Fields

Data

Declaration
public byte[] Data
Field Value
Type Description
byte[]

Height

Declaration
public int Height
Field Value
Type Description
int

Width

Declaration
public int Width
Field Value
Type Description
int
In this article
  • Constructors
    • IconImage(int, int, byte[])
  • Fields
    • Data
    • Height
    • Width
Back to top Generated by DocFX