Inheritance
System.Object
DragUpdateDetails
public class DragUpdateDetails
Constructors
Declaration
public DragUpdateDetails(TimeSpan sourceTimeStamp, Offset delta = null, float? primaryDelta = default(float? ), Offset globalPosition = null, bool isScroll = false)
Parameters
| Type |
Name |
Description |
| System.TimeSpan |
sourceTimeStamp |
|
| Offset |
delta |
|
| System.Nullable<System.Single> |
primaryDelta |
|
| Offset |
globalPosition |
|
| System.Boolean |
isScroll |
|
Fields
Declaration
public readonly Offset delta
Field Value
Declaration
public readonly Offset globalPosition
Field Value
Declaration
public readonly bool isScroll
Field Value
| Type |
Description |
| System.Boolean |
|
Declaration
public readonly float? primaryDelta
Field Value
| Type |
Description |
| System.Nullable<System.Single> |
|
Declaration
public readonly TimeSpan sourceTimeStamp
Field Value
| Type |
Description |
| System.TimeSpan |
|
Methods
Declaration
public override string ToString()
Returns
| Type |
Description |
| System.String |
|
Overrides
System.Object.ToString()