ActionComponents  04.05.00
Customizable UI and time-saving tools for Android development with Xamarin and Visual Studio.
UIKit.UITouch Class Reference

Represents a simulated iOS UITouch used to ease the porting of UI code from iOS to Android. NOTE: Only a small percentage of UITouch has been ported to support the Action Components. More...

Public Member Functions

 UITouch (CGPoint location)
 Initializes a new instance of the T:UIKit.UITouch class. More...
 
CGPoint GetPreciseLocation (UIView view)
 Gets the precise location. More...
 
CGPoint GetPrecisePreviousLocation (UIView view)
 Gets the precise previous location. More...
 
CGPoint LocationInView (UIView view)
 Locations the in view. More...
 
CGPoint PreviousLocationInView (UIView view)
 Previouses the location in view. More...
 

Detailed Description

Represents a simulated iOS UITouch used to ease the porting of UI code from iOS to Android. NOTE: Only a small percentage of UITouch has been ported to support the Action Components.

Constructor & Destructor Documentation

UIKit.UITouch.UITouch ( CGPoint  location)

Initializes a new instance of the T:UIKit.UITouch class.

Parameters
locationLocation.

Member Function Documentation

CGPoint UIKit.UITouch.GetPreciseLocation ( UIView  view)

Gets the precise location.

Returns
The precise location.
Parameters
viewView.
CGPoint UIKit.UITouch.GetPrecisePreviousLocation ( UIView  view)

Gets the precise previous location.

Returns
The precise previous location.
Parameters
viewView.
CGPoint UIKit.UITouch.LocationInView ( UIView  view)

Locations the in view.

Returns
The in view.
Parameters
viewView.
CGPoint UIKit.UITouch.PreviousLocationInView ( UIView  view)

Previouses the location in view.

Returns
The location in view.
Parameters
viewView.