Share via


MSG.pt_x 속성

정의

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

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

속성 값

Int32

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

특성

적용 대상