AxHost.RaiseOnMouseMove 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
MouseMove 이벤트를 발생시킵니다.
오버로드
| Name | Description |
|---|---|
| RaiseOnMouseMove(Object, Object, Object, Object) |
지정된 개체를 MouseMove 사용하여 이벤트를 발생합니다. |
| RaiseOnMouseMove(Int16, Int16, Int32, Int32) |
MouseMove 지정된 32비트 부가 정수로 이벤트를 발생합니다. |
| RaiseOnMouseMove(Int16, Int16, Single, Single) |
MouseMove 지정된 단정밀도 부동 소수점 숫자를 사용하여 이벤트를 발생합니다. |
RaiseOnMouseMove(Object, Object, Object, Object)
- Source:
- AxHost.cs
- Source:
- AxHost.cs
- Source:
- AxHost.cs
- Source:
- AxHost.cs
- Source:
- AxHost.cs
지정된 개체를 MouseMove 사용하여 이벤트를 발생합니다.
protected:
void RaiseOnMouseMove(System::Object ^ o1, System::Object ^ o2, System::Object ^ o3, System::Object ^ o4);
protected void RaiseOnMouseMove(object o1, object o2, object o3, object o4);
member this.RaiseOnMouseMove : obj * obj * obj * obj -> unit
Protected Sub RaiseOnMouseMove (o1 As Object, o2 As Object, o3 As Object, o4 As Object)
매개 변수
- o1
- Object
누른 MouseButtons 마우스 단추를 나타내는 값 중 하나입니다.
- o2
- Object
사용되지 않습니다.
- o3
- Object
마우스 클릭의 x 좌표(픽셀)입니다.
- o4
- Object
마우스 클릭의 y 좌표(픽셀)입니다.
적용 대상
RaiseOnMouseMove(Int16, Int16, Int32, Int32)
- Source:
- AxHost.cs
- Source:
- AxHost.cs
- Source:
- AxHost.cs
- Source:
- AxHost.cs
- Source:
- AxHost.cs
MouseMove 지정된 32비트 부가 정수로 이벤트를 발생합니다.
protected:
void RaiseOnMouseMove(short button, short shift, int x, int y);
protected void RaiseOnMouseMove(short button, short shift, int x, int y);
member this.RaiseOnMouseMove : int16 * int16 * int * int -> unit
Protected Sub RaiseOnMouseMove (button As Short, shift As Short, x As Integer, y As Integer)
매개 변수
- button
- Int16
누른 MouseButtons 마우스 단추를 나타내는 값 중 하나입니다.
- shift
- Int16
사용되지 않습니다.
- x
- Int32
마우스 클릭의 x 좌표(픽셀)입니다.
- y
- Int32
마우스 클릭의 y 좌표(픽셀)입니다.
적용 대상
RaiseOnMouseMove(Int16, Int16, Single, Single)
- Source:
- AxHost.cs
- Source:
- AxHost.cs
- Source:
- AxHost.cs
- Source:
- AxHost.cs
- Source:
- AxHost.cs
MouseMove 지정된 단정밀도 부동 소수점 숫자를 사용하여 이벤트를 발생합니다.
protected:
void RaiseOnMouseMove(short button, short shift, float x, float y);
protected void RaiseOnMouseMove(short button, short shift, float x, float y);
member this.RaiseOnMouseMove : int16 * int16 * single * single -> unit
Protected Sub RaiseOnMouseMove (button As Short, shift As Short, x As Single, y As Single)
매개 변수
- button
- Int16
누른 MouseButtons 마우스 단추를 나타내는 값 중 하나입니다.
- shift
- Int16
사용되지 않습니다.
- x
- Single
마우스 클릭의 x 좌표(픽셀)입니다.
- y
- Single
마우스 클릭의 y 좌표(픽셀)입니다.