C# Class OpenTK.Platform.Windows.WindowInfo

Mostra file Open project: andykorth/opentk Class Usage Examples

Public Properties

Property Type Description
Client RECT
CreatorVersion WORD
ExStyle ExtendedWindowStyle
Size DWORD
Style WindowStyle
Window RECT
WindowBordersX UINT
WindowBordersY UINT
WindowStatus DWORD
WindowType ATOM

Property Details

Client public_oe property

Pointer to a RECT structure that specifies the coordinates of the client area.
public RECT Client
return RECT

CreatorVersion public_oe property

The Microsoft Windows version of the application that created the window.
public WORD CreatorVersion
return WORD

ExStyle public_oe property

The extended window styles. For a table of extended window styles, see CreateWindowEx.
public ExtendedWindowStyle ExStyle
return ExtendedWindowStyle

Size public_oe property

The size of the structure, in bytes.
public DWORD Size
return DWORD

Style public_oe property

The window styles. For a table of window styles, see CreateWindowEx.
public WindowStyle Style
return WindowStyle

Window public_oe property

Pointer to a RECT structure that specifies the coordinates of the window.
public RECT Window
return RECT

WindowBordersX public_oe property

The width of the window border, in pixels.
public UINT WindowBordersX
return UINT

WindowBordersY public_oe property

The height of the window border, in pixels.
public UINT WindowBordersY
return UINT

WindowStatus public_oe property

The window status. If this member is WS_ACTIVECAPTION, the window is active. Otherwise, this member is zero.
public DWORD WindowStatus
return DWORD

WindowType public_oe property

The window class atom (see RegisterClass).
public ATOM WindowType
return ATOM