C# Class SwtorCaster.Custom.WindowPlacement

Mostra file Open project: pjmagee/swtor-caster

Public Methods

Method Description
GetPlacement ( IntPtr windowHandle ) : string
SetPlacement ( IntPtr windowHandle, string placementXml ) : void

Private Methods

Method Description
GetWindowPlacement ( IntPtr hWnd, WINDOWPLACEMENT &lpwndpl ) : bool
SetWindowPlacement ( IntPtr hWnd, [ lpwndpl ) : bool

Method Details

GetPlacement() public static method

public static GetPlacement ( IntPtr windowHandle ) : string
windowHandle System.IntPtr
return string

SetPlacement() public static method

public static SetPlacement ( IntPtr windowHandle, string placementXml ) : void
windowHandle System.IntPtr
placementXml string
return void