C# Класс Sharpex2D.NativeMethods

Показать файл Открыть проект

Приватные методы

Метод Описание
AllocConsole ( ) : int
BitBlt ( IntPtr hObject, int nXDest, int nYDest, int nWidth, int nHeight, IntPtr hObjSource, int nXSrc, int nYSrc, GdiRasterOperations dwRop ) : bool
CheckLibrary ( string fileName ) : bool

Check if a Library is present.

CreateCompatibleDC ( IntPtr hDC ) : IntPtr
CreateFont ( int nHeight, int nWidth, int nEscapement, int nOrientation, uint fnWeight, uint fdwItalic, uint fdwUnderline, uint fdwStrikeOut, uint fdwCharSet, uint fdwOutputPrecision, uint fdwClipPrecision, uint fdwQuality, uint fdwPitchAndFamily, string lpszFace ) : IntPtr
DeleteDC ( [ hdc ) : bool
DeleteObject ( IntPtr hObject ) : bool
GetAsyncKeyState ( Keys key ) : short
GetConsoleWindow ( ) : IntPtr
GetDC ( IntPtr hWnd ) : IntPtr
IsWindow ( IntPtr hWnd ) : bool
LoadLibrary ( string lpFileName ) : IntPtr
RelaseDC ( IntPtr hWnd, IntPtr hDC ) : int
ReleaseDC ( IntPtr hWnd, IntPtr hDC ) : int
SelectObject ( IntPtr hDC, IntPtr hObject ) : IntPtr
SetConsoleTitle ( [ lpConsoleTitle ) : bool
ShowWindow ( IntPtr hWnd, int nCmdShow ) : bool
StretchBlt ( IntPtr hdcDest, int nXOriginDest, int nYOriginDest, int nWidthDest, int nHeightDest, IntPtr hdcSrc, int nXOriginSrc, int nYOriginSrc, int nWidthSrc, int nHeightSrc, GdiRasterOperations dwRop ) : bool
SwapBuffers ( IntPtr hDC ) : int
XInputGetBatteryInformation ( int dwUserIndex, byte devType, XInputBatteryInformation &pBatteryInformation ) : int

Gets the Battery information.

XInputGetCapabilities ( int dwUserIndex, int dwFlags, XInputCapabilities &pCapabilities ) : int
XInputGetState ( int dwUserIndex, XInputState &pState ) : int
XInputSetState ( int dwUserIndex, XInputVibration &pVibration ) : int
wglCreateContext ( IntPtr hdc ) : IntPtr
wglDeleteContext ( IntPtr hrc ) : int
wglGetCurrentContext ( ) : IntPtr
wglGetProcAddress ( string name ) : IntPtr
wglMakeCurrent ( IntPtr hdc, IntPtr hrc ) : int
wglUseFontBitmaps ( IntPtr hDC, uint first, uint count, uint listBase ) : bool