메소드 |
설명 |
|
BitBlt ( IntPtr hdc, int nXDest, int nYDest, int nWidth, int nHeight, IntPtr hdcSrc, int nXSrc, int nYSrc, uint dwRop ) : bool |
|
|
CloseThemeData ( IntPtr hTheme ) : Int32 |
|
|
CreateCompatibleDC ( IntPtr hDC ) : IntPtr |
|
|
CreateDIBSection ( IntPtr hdc, BITMAPINFO &pbmi, uint iUsage, int ppvBits, IntPtr hSection, uint dwOffset ) : IntPtr |
|
|
DeleteDC ( IntPtr hdc ) : bool |
|
|
DeleteObject ( IntPtr hObject ) : bool |
|
|
DllGetVersion ( DLLVersionInfo &version ) : int |
|
|
DrawThemeBackground ( IntPtr hTheme, IntPtr hdc, int iPartId, int iStateId, RECT &pRect, IntPtr pClipRect ) : Int32 |
|
|
DrawThemeBackground ( IntPtr hTheme, IntPtr hdc, int iPartId, int iStateId, RECT &pRect, RECT &pClipRect ) : Int32 |
|
|
DrawThemeParentBackground ( IntPtr hWnd, IntPtr hdc, RECT &pRect ) : Int32 |
|
|
DrawThemeTextEx ( IntPtr hTheme, IntPtr hdc, int iPartId, int iStateId, string text, int iCharCount, int dwFlags, RECT &pRect, DTTOPTS &pOptions ) : int |
|
|
DwmExtendFrameIntoClientArea ( IntPtr hWnd, Margins &margin ) : void |
|
|
DwmIsCompositionEnabled ( ) : bool |
|
|
ExcludeClipRect ( IntPtr hdc, int nLeftRect, int nTopRect, int nRightRect, int nBottomRect ) : int |
|
|
GetDC ( IntPtr hdc ) : IntPtr |
|
|
GetThemeBackgroundContentRect ( IntPtr hTheme, IntPtr hdc, int iPartId, int iStateId, RECT &pBoundingRect, RECT &pContentRect ) : Int32 |
|
|
GetWindowDC ( IntPtr hWnd ) : IntPtr |
|
|
GetWindowRect ( IntPtr hWnd, RECT &lpRect ) : bool |
|
|
IsAppThemed ( ) : bool |
|
|
IsThemeActive ( ) : bool |
|
|
IsThemeBackgroundPartiallyTransparent ( IntPtr hTheme, int iPartId, int iStateId ) : int |
|
|
Marshal ( ) : version.cbSize= |
|
|
OpenThemeData ( IntPtr hWnd, String classList ) : IntPtr |
|
|
PostMessage ( IntPtr hWnd, uint Msg, IntPtr wParam, IntPtr lParam ) : bool |
|
|
ReleaseDC ( IntPtr hWnd, IntPtr hDC ) : int |
|
|
ReleaseDC ( IntPtr hdc, int state ) : int |
|
|
SaveDC ( IntPtr hdc ) : int |
|
|
SelectObject ( IntPtr hDC, IntPtr hObject ) : IntPtr |
|
|
SendMessage ( IntPtr hWnd, uint Msg, IntPtr wParam, IntPtr lParam ) : IntPtr |
|
|