C# 클래스 SwtorCaster.Custom.WindowPlacement

파일 보기 프로젝트 열기: pjmagee/swtor-caster

공개 메소드들

메소드 설명
GetPlacement ( IntPtr windowHandle ) : string
SetPlacement ( IntPtr windowHandle, string placementXml ) : void

비공개 메소드들

메소드 설명
GetWindowPlacement ( IntPtr hWnd, WINDOWPLACEMENT &lpwndpl ) : bool
SetWindowPlacement ( IntPtr hWnd, [ lpwndpl ) : bool

메소드 상세

GetPlacement() 공개 정적인 메소드

public static GetPlacement ( IntPtr windowHandle ) : string
windowHandle System.IntPtr
리턴 string

SetPlacement() 공개 정적인 메소드

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