Bagikan melalui


GestureRecognizer.ProcessMouseWheelEvent Metode

Definisi

Memproses input pointer dan meningkatkan peristiwa GestureRecognizer yang sesuai dengan tindakan roda mouse untuk gerakan dan manipulasi yang ditentukan oleh properti GestureSettings .

public:
 virtual void ProcessMouseWheelEvent(PointerPoint ^ value, bool isShiftKeyDown, bool isControlKeyDown) = ProcessMouseWheelEvent;
void ProcessMouseWheelEvent(PointerPoint const& value, bool const& isShiftKeyDown, bool const& isControlKeyDown);
public void ProcessMouseWheelEvent(PointerPoint value, bool isShiftKeyDown, bool isControlKeyDown);
function processMouseWheelEvent(value, isShiftKeyDown, isControlKeyDown)
Public Sub ProcessMouseWheelEvent (value As PointerPoint, isShiftKeyDown As Boolean, isControlKeyDown As Boolean)

Parameter

value
PointerPoint

Titik input.

isShiftKeyDown
Boolean

bool

True jika tombol Shift ditekan; jika tidak salah.

isControlKeyDown
Boolean

bool

True jika tombol Ctrl ditekan.

Berlaku untuk

Lihat juga