ObjectManipulator.OnDrag Method

Method called during the drag.
Protected Friend Overridable Function OnDrag( _ 
ByRef lastPoint As Point, _ 
ByVal curPoint As Point, _ 
ByVal viewport As Viewport
) As Boolean
This language is not supported or no code example is available.
internal protected virtual bool OnDrag( 
ref Point lastPoint
Point curPoint
Viewport viewport 
)
This language is not supported or no code example is available.

Parameters

lastPoint
Point

Last mouse point in viewport coordinates

curPoint
Point

Current mouse point in viewport coordinates

viewport
Viewport

Return Value

bool

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition