C# Class OpenTK.Platform.Windows.WindowInfo

Afficher le fichier Open project: andykorth/opentk Class Usage Examples

Méthodes publiques

Свойство 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
Résultat RECT

CreatorVersion public_oe property

The Microsoft Windows version of the application that created the window.
public WORD CreatorVersion
Résultat WORD

ExStyle public_oe property

The extended window styles. For a table of extended window styles, see CreateWindowEx.
public ExtendedWindowStyle ExStyle
Résultat ExtendedWindowStyle

Size public_oe property

The size of the structure, in bytes.
public DWORD Size
Résultat DWORD

Style public_oe property

The window styles. For a table of window styles, see CreateWindowEx.
public WindowStyle Style
Résultat WindowStyle

Window public_oe property

Pointer to a RECT structure that specifies the coordinates of the window.
public RECT Window
Résultat RECT

WindowBordersX public_oe property

The width of the window border, in pixels.
public UINT WindowBordersX
Résultat UINT

WindowBordersY public_oe property

The height of the window border, in pixels.
public UINT WindowBordersY
Résultat 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
Résultat DWORD

WindowType public_oe property

The window class atom (see RegisterClass).
public ATOM WindowType
Résultat ATOM