C# Class OpenTK.WinGLControl.MSG

Show file Open project: prepare/HTML-Renderer

Public Properties

Property Type Description
HWnd System.IntPtr
LParam System.IntPtr
Message uint
Point System.Windows.Forms.POINT
Time uint
WParam System.IntPtr

Public Methods

Method Description
ToString ( ) : string

Method Details

ToString() public method

public ToString ( ) : string
return string

Property Details

HWnd public property

public IntPtr,System HWnd
return System.IntPtr

LParam public property

public IntPtr,System LParam
return System.IntPtr

Message public property

public uint Message
return uint

Point public property

public POINT,System.Windows.Forms Point
return System.Windows.Forms.POINT

Time public property

public uint Time
return uint

WParam public property

public IntPtr,System WParam
return System.IntPtr