Share via


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

속성 값

Int32

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

특성

적용 대상