Gesture.Flick Method (Point, UInt32, Double, UInt32)
Namespace: Microsoft.VisualStudio.TestTools.UITesting
Assembly: Microsoft.VisualStudio.TestTools.WindowsStore.UITesting (in Microsoft.VisualStudio.TestTools.WindowsStore.UITesting.dll)
Syntax
'Declaration
Public Shared Sub Flick ( _
startPoint As Point, _
flickLength As UInteger, _
directionInDegrees As Double, _
durationInMilliseconds As UInteger _
)
public static void Flick(
Point startPoint,
uint flickLength,
double directionInDegrees,
uint durationInMilliseconds
)
public:
static void Flick(
Point startPoint,
unsigned int flickLength,
double directionInDegrees,
unsigned int durationInMilliseconds
)
static member Flick :
startPoint:Point *
flickLength:uint32 *
directionInDegrees:float *
durationInMilliseconds:uint32 -> unit
public static function Flick(
startPoint : Point,
flickLength : uint,
directionInDegrees : double,
durationInMilliseconds : uint
)
Parameters
- startPoint
Type: Point
- flickLength
Type: System.UInt32
- directionInDegrees
Type: System.Double
- durationInMilliseconds
Type: System.UInt32
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.