C# Class Trollkit.FullScreen

ファイルを表示 Open project: edibletoaster/Babycastles-Trollkit

Public Properties

Property Type Description
HWND_TOPMOST System.IntPtr

Public Methods

Method Description
set ( IntPtr handle ) : void

Private Methods

Method Description
MoveWindow ( IntPtr hWnd, int X, int Y, int nWidth, int nHeight, bool bRepaint ) : bool
SetWindowPos ( IntPtr hWnd, IntPtr hWndInsertAfter, int x, int y, int cx, int cy, UInt32 uFlags ) : int

Method Details

set() public static method

public static set ( IntPtr handle ) : void
handle System.IntPtr
return void

Property Details

HWND_TOPMOST public_oe static_oe property

public static IntPtr,System HWND_TOPMOST
return System.IntPtr