C# 클래스 Eto.Win32

파일 보기 프로젝트 열기: picoe/Eto

공개 프로퍼티들

프로퍼티 타입 설명
HWND_BOTTOM System.IntPtr
HWND_NOTOPMOST System.IntPtr
HWND_TOP System.IntPtr
HWND_TOPMOST System.IntPtr

공개 메소드들

메소드 설명
GetDpi ( this screen ) : uint
GetMouseButtonWParam ( IntPtr wParam ) : MouseButtons
GetNextMessage ( Control ctl ) : Message?
GetWheelDeltaWParam ( IntPtr wParam ) : int
GetWindowDpi ( IntPtr hwnd ) : uint
HIWORD ( IntPtr dwValue ) : ushort
HIWORD ( uint dwValue ) : ushort
LOWORD ( IntPtr word ) : ushort
LOWORD ( int word ) : ushort
MethodExists ( string module, string method ) : bool
SignedHIWORD ( IntPtr n ) : int
SignedHIWORD ( int n ) : int
SignedLOWORD ( IntPtr n ) : int
SignedLOWORD ( int n ) : int

비공개 메소드들

메소드 설명
FreeLibrary ( IntPtr moduleHandle ) : bool
GetDpiForMonitor ( IntPtr hmonitor, MDT dpiType, uint &dpiX, uint &dpiY ) : uint
GetProcAddress ( IntPtr moduleHandle, string method ) : IntPtr
GetProcessDpiAwareness ( IntPtr handle, PROCESS_DPI_AWARENESS &awareness ) : uint
GetWindowLong ( IntPtr hWnd, GWL nIndex ) : uint
GetWindowRect ( IntPtr hWnd, RECT &lpRect ) : bool
LoadLibrary ( string library ) : IntPtr
MonitorFromPoint ( System pt, MONITOR dwFlags ) : IntPtr
MonitorFromWindow ( IntPtr hwnd, MONITOR flags ) : IntPtr
PeekMessage ( Message &wMsg, IntPtr hwnd, int msgMin, int msgMax, int remove ) : bool
SendMessage ( IntPtr hWnd, WM wMsg, IntPtr wParam, IntPtr lParam ) : IntPtr
SendMessage ( IntPtr hWnd, WM msg, IntPtr wParam, [ lParam ) : IntPtr
SetProcessDpiAwareness ( PROCESS_DPI_AWARENESS awareness ) : uint
SetWindowLong ( IntPtr hWnd, GWL nIndex, uint dwNewLong ) : int
SetWindowPos ( IntPtr hWnd, IntPtr hWndInsertAfter, int x, int y, int cx, int cy, SWP uFlags ) : bool
ShowWindow ( IntPtr hWnd, SW nCmdShow ) : bool

메소드 상세

GetDpi() 공개 정적인 메소드

public static GetDpi ( this screen ) : uint
screen this
리턴 uint

GetMouseButtonWParam() 공개 정적인 메소드

public static GetMouseButtonWParam ( IntPtr wParam ) : MouseButtons
wParam System.IntPtr
리턴 MouseButtons

GetNextMessage() 공개 정적인 메소드

public static GetNextMessage ( Control ctl ) : Message?
ctl Control
리턴 Message?

GetWheelDeltaWParam() 공개 정적인 메소드

public static GetWheelDeltaWParam ( IntPtr wParam ) : int
wParam System.IntPtr
리턴 int

GetWindowDpi() 공개 정적인 메소드

public static GetWindowDpi ( IntPtr hwnd ) : uint
hwnd System.IntPtr
리턴 uint

HIWORD() 공개 정적인 메소드

public static HIWORD ( IntPtr dwValue ) : ushort
dwValue System.IntPtr
리턴 ushort

HIWORD() 공개 정적인 메소드

public static HIWORD ( uint dwValue ) : ushort
dwValue uint
리턴 ushort

LOWORD() 공개 정적인 메소드

public static LOWORD ( IntPtr word ) : ushort
word System.IntPtr
리턴 ushort

LOWORD() 공개 정적인 메소드

public static LOWORD ( int word ) : ushort
word int
리턴 ushort

MethodExists() 공개 정적인 메소드

public static MethodExists ( string module, string method ) : bool
module string
method string
리턴 bool

SignedHIWORD() 공개 정적인 메소드

public static SignedHIWORD ( IntPtr n ) : int
n System.IntPtr
리턴 int

SignedHIWORD() 공개 정적인 메소드

public static SignedHIWORD ( int n ) : int
n int
리턴 int

SignedLOWORD() 공개 정적인 메소드

public static SignedLOWORD ( IntPtr n ) : int
n System.IntPtr
리턴 int

SignedLOWORD() 공개 정적인 메소드

public static SignedLOWORD ( int n ) : int
n int
리턴 int

프로퍼티 상세

HWND_BOTTOM 공개적으로 정적으로 프로퍼티

public static IntPtr,System HWND_BOTTOM
리턴 System.IntPtr

HWND_NOTOPMOST 공개적으로 정적으로 프로퍼티

public static IntPtr,System HWND_NOTOPMOST
리턴 System.IntPtr

HWND_TOP 공개적으로 정적으로 프로퍼티

public static IntPtr,System HWND_TOP
리턴 System.IntPtr

HWND_TOPMOST 공개적으로 정적으로 프로퍼티

public static IntPtr,System HWND_TOPMOST
리턴 System.IntPtr