UtilFormsGetCursorPanDirection Method
Namespace: DevCase.Core.Application.FormsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
Public Shared Function GetCursorPanDirection (
currentPosition As Point,
newPosition As Point,
defaultCursor As Cursor
) As Cursor
Dim currentPosition As Point
Dim newPosition As Point
Dim defaultCursor As Cursor
Dim returnValue As Cursor
returnValue = UtilForms.GetCursorPanDirection(currentPosition,
newPosition, defaultCursor)
public:
static Cursor^ GetCursorPanDirection(
Point currentPosition,
Point newPosition,
Cursor^ defaultCursor
)
static member GetCursorPanDirection :
currentPosition : Point *
newPosition : Point *
defaultCursor : Cursor -> Cursor
No code example is currently available or this language may not be supported.
- currentPosition Point
-
A Point that represents the current position.
- newPosition Point
-
A Point that represents the new / destination position.
- defaultCursor Cursor
-
A default Cursor to return in case of currentPosition and newPosition are equal.
Cursor
The resulting pan
Cursor.