![]() |
ActionComponents
04.05.00
Customizable UI and time-saving tools for Android development with Xamarin and Visual Studio.
|
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... | |
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.
UIKit.UITouch.UITouch | ( | CGPoint | location | ) |
Initializes a new instance of the T:UIKit.UITouch class.
location | Location. |
Gets the precise location.
view | View. |
Gets the precise previous location.
view | View. |
Locations the in view.
view | View. |