C# 클래스 ZForge.Controls.HeaderPanelNativeMethods.NCCALCSIZE_PARAMS

파일 보기 프로젝트 열기: zhuangyy/Motion 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
lpPos WINDOWPOS
rectBeforeMove System.Windows.Forms.RECT
rectClientBeforeMove System.Windows.Forms.RECT
rectProposed System.Windows.Forms.RECT

프로퍼티 상세

lpPos 공개적으로 프로퍼티

Pointer to a WINDOWPOS structure that contains the size and position values specified in the operation that moved or resized the window.
public WINDOWPOS lpPos
리턴 WINDOWPOS

rectBeforeMove 공개적으로 프로퍼티

Contains the coordinates of the window before it was moved or resized.
public RECT,System.Windows.Forms rectBeforeMove
리턴 System.Windows.Forms.RECT

rectClientBeforeMove 공개적으로 프로퍼티

Contains the coordinates of the window's client area before the window was moved or resized.
public RECT,System.Windows.Forms rectClientBeforeMove
리턴 System.Windows.Forms.RECT

rectProposed 공개적으로 프로퍼티

Contains the new coordinates of a window that has been moved or resized, that is, it is the proposed new window coordinates.
public RECT,System.Windows.Forms rectProposed
리턴 System.Windows.Forms.RECT