C# 클래스 OpenTK.Platform.Windows.WindowInfo

파일 보기 프로젝트 열기: andykorth/opentk 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Client RECT
CreatorVersion WORD
ExStyle ExtendedWindowStyle
Size DWORD
Style WindowStyle
Window RECT
WindowBordersX UINT
WindowBordersY UINT
WindowStatus DWORD
WindowType ATOM

프로퍼티 상세

Client 공개적으로 프로퍼티

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

CreatorVersion 공개적으로 프로퍼티

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

ExStyle 공개적으로 프로퍼티

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

Size 공개적으로 프로퍼티

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

Style 공개적으로 프로퍼티

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

Window 공개적으로 프로퍼티

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

WindowBordersX 공개적으로 프로퍼티

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

WindowBordersY 공개적으로 프로퍼티

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

WindowStatus 공개적으로 프로퍼티

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

WindowType 공개적으로 프로퍼티

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