MSG.pt_y 속성

정의

메시지가 게시되었을 때 화면에서 커서 위치의 y 좌표를 가져오거나 설정합니다.

public:
 property int pt_y { int get(); void set(int value); };
public int pt_y { [System.Security.SecurityCritical] get; [System.Security.SecurityCritical] set; }
public int pt_y { get; set; }
[<get: System.Security.SecurityCritical>]
[<set: System.Security.SecurityCritical>]
member this.pt_y : int with get, set
member this.pt_y : int with get, set
Public Property pt_y As Integer

속성 값

커서 위치의 y 좌표입니다.

특성

적용 대상