User Tools

Site Tools


thinkgeo.mapsuite.iosedition.uritileview

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
thinkgeo.mapsuite.iosedition.uritileview [2015/08/20 03:08]
127.0.0.1 external edit
thinkgeo.mapsuite.iosedition.uritileview [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.iOSEdition.UriTileView ====== ====== ThinkGeo.MapSuite.iOSEdition.UriTileView ======
  
 +{{section>​upgrade_map_suite_to_10.0}}
  
- 
-<!-- Class --> 
 Represents a tile for requesting from an Uri. Represents a tile for requesting from an Uri.
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
-*System.Object +  ​*System.Object 
-**MonoTouch.Foundation.NSObject +    *Foundation.NSObject 
-***MonoTouch.UIKit.UIResponder +      *UIKit.UIResponder 
-****MonoTouch.UIKit.UIView +        *UIKit.UIView 
-*****MonoTouch.UIKit.UIImageView +          *UIKit.UIImageView 
-******[[ThinkGeo.MapSuite.iOSEdition.TileView]] +            *ThinkGeo.MapSuite.iOSEdition.TileView 
-*******[[ThinkGeo.MapSuite.iOSEdition.UriTileView]]+              ***ThinkGeo.MapSuite.iOSEdition.UriTileView**
 ===== Members Summary ===== ===== Members Summary =====
 ==== Public Constructors ==== ==== Public Constructors ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} UriTileView() ​**
-{{wiki:​PublicMethod.gif|Public Method}}[[#UriTileView()|UriTileView]] ​  ​| ​   |    | Initializes a new instance of the class. ​  |+
  
 +Initializes a new instance of the  class.
 +== Remarks ==
 +N/A
 +== Parameters ==
 +<div newline></​div>​
 ==== Protected Constructors ==== ==== Protected Constructors ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ 
- 
 ==== Public Methods ==== ==== Public Methods ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} Draw(GeoCanvas) ​**
-{{wiki:​PublicMethod.gif|Public Method}}[[#​AccessibilityActivate()|AccessibilityActivate]] ​  ​| ​   | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​AccessibilityDecrement()|AccessibilityDecrement]] ​  ​| ​   | UIResponder ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​AccessibilityDecrement()|AccessibilityDecrement]] ​  ​| ​   | NSObject ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​AccessibilityElementDidBecomeFocused()|AccessibilityElementDidBecomeFocused]] ​  ​| ​   | UIResponder ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​AccessibilityElementDidLoseFocus()|AccessibilityElementDidLoseFocus]] ​  ​| ​   | UIResponder ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​AccessibilityElementIsFocused()|AccessibilityElementIsFocused]] ​  ​| ​   | UIResponder ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​AccessibilityIncrement()|AccessibilityIncrement]] ​  ​| ​   | UIResponder ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​AccessibilityIncrement()|AccessibilityIncrement]] ​  ​| ​   | NSObject ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​AccessibilityPerformEscape()|AccessibilityPerformEscape]] ​  ​| ​   | UIResponder ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​AccessibilityPerformMagicTap()|AccessibilityPerformMagicTap]] ​  ​| ​   | UIResponder ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​AccessibilityScroll(UIAccessibilityScrollDirection)|AccessibilityScroll]] ​  | UIAccessibilityScrollDirection ​  | UIResponder ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​AccessibilityScroll(UIAccessibilityScrollDirection)|AccessibilityScroll]] ​  | UIAccessibilityScrollDirection ​  | NSObject ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Add(UIView)|Add]] ​  | UIView ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​AddConstraint(NSLayoutConstraint)|AddConstraint]] ​  | NSLayoutConstraint ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​AddConstraints(NSLayoutConstraint[])|AddConstraints]] ​  | NSLayoutConstraint[] ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​AddGestureRecognizer(UIGestureRecognizer)|AddGestureRecognizer]] ​  | UIGestureRecognizer ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​AddMotionEffect(UIMotionEffect)|AddMotionEffect]] ​  | UIMotionEffect ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​AddObserver(String,​ NSKeyValueObservingOptions,​ Action<​NSObservedChange>​)|AddObserver]] ​  | String, NSKeyValueObservingOptions,​ Action<​NSObservedChange> ​  | NSObject ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​AddObserver(NSString,​ NSKeyValueObservingOptions,​ Action<​NSObservedChange>​)|AddObserver]] ​  | NSString, NSKeyValueObservingOptions,​ Action<​NSObservedChange> ​  | NSObject ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​AddObserver(NSObject,​ String, NSKeyValueObservingOptions,​ IntPtr)|AddObserver]] ​  | NSObject, String, NSKeyValueObservingOptions,​ IntPtr ​  | NSObject ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​AddObserver(NSObject,​ NSString, NSKeyValueObservingOptions,​ IntPtr)|AddObserver]] ​  | NSObject, NSString, NSKeyValueObservingOptions,​ IntPtr ​  | NSObject ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​AddSubview(UIView)|AddSubview]] ​  | UIView ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​AddSubviews(UIView[])|AddSubviews]] ​  | UIView[] ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​AlignmentRectForFrame(RectangleF)|AlignmentRectForFrame]] ​  | RectangleF ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​AwakeFromNib()|AwakeFromNib]] ​  ​| ​   | NSObject ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​BecomeFirstResponder()|BecomeFirstResponder]] ​  ​| ​   | UIResponder ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​BeginInvokeOnMainThread(NSAction)|BeginInvokeOnMainThread]] ​  | NSAction ​  | NSObject ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​BeginInvokeOnMainThread(Selector,​ NSObject)|BeginInvokeOnMainThread]] ​  | Selector, NSObject ​  | NSObject ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​BringSubviewToFront(UIView)|BringSubviewToFront]] ​  | UIView ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​CanPerform(Selector,​ NSObject)|CanPerform]] ​  | Selector, NSObject ​  | UIResponder ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ConformsToProtocol(IntPtr)|ConformsToProtocol]] ​  | IntPtr ​  | NSObject ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ContentCompressionResistancePriority(UILayoutConstraintAxis)|ContentCompressionResistancePriority]] ​  | UILayoutConstraintAxis ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ContentHuggingPriority(UILayoutConstraintAxis)|ContentHuggingPriority]] ​  | UILayoutConstraintAxis ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ConvertPointFromCoordinateSpace(PointF,​ IUICoordinateSpace)|ConvertPointFromCoordinateSpace]] ​  | PointF, IUICoordinateSpace ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ConvertPointFromView(PointF,​ UIView)|ConvertPointFromView]] ​  | PointF, UIView ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ConvertPointToCoordinateSpace(PointF,​ IUICoordinateSpace)|ConvertPointToCoordinateSpace]] ​  | PointF, IUICoordinateSpace ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ConvertPointToView(PointF,​ UIView)|ConvertPointToView]] ​  | PointF, UIView ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ConvertRectFromCoordinateSpace(RectangleF,​ IUICoordinateSpace)|ConvertRectFromCoordinateSpace]] ​  | RectangleF, IUICoordinateSpace ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ConvertRectFromView(RectangleF,​ UIView)|ConvertRectFromView]] ​  | RectangleF, UIView ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ConvertRectToCoordinateSpace(RectangleF,​ IUICoordinateSpace)|ConvertRectToCoordinateSpace]] ​  | RectangleF, IUICoordinateSpace ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ConvertRectToView(RectangleF,​ UIView)|ConvertRectToView]] ​  | RectangleF, UIView ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Copy()|Copy]] ​  ​| ​   | NSObject ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Copy(NSObject)|Copy]] ​  | NSObject ​  | UIResponder ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Cut(NSObject)|Cut]] ​  | NSObject ​  | UIResponder ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​DangerousAutorelease()|DangerousAutorelease]] ​  ​| ​   | NSObject ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​DangerousRelease()|DangerousRelease]] ​  ​| ​   | NSObject ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​DangerousRetain()|DangerousRetain]] ​  ​| ​   | NSObject ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​DecodeRestorableState(NSCoder)|DecodeRestorableState]] ​  | NSCoder ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Delete(NSObject)|Delete]] ​  | NSObject ​  | UIResponder ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​DidChange(NSKeyValueChange,​ NSIndexSet, NSString)|DidChange]] ​  | NSKeyValueChange,​ NSIndexSet, NSString ​  | NSObject ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​DidChange(NSString,​ NSKeyValueSetMutationKind,​ NSSet)|DidChange]] ​  | NSString, NSKeyValueSetMutationKind,​ NSSet   | NSObject ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​DidChangeValue(String)|DidChangeValue]] ​  | String ​  | NSObject ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Dispose()|Dispose]] ​  ​| ​   | NSObject ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​DoesNotRecognizeSelector(Selector)|DoesNotRecognizeSelector]] ​  | Selector ​  | NSObject ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Draw(RectangleF)|Draw]] ​  | RectangleF ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#Draw(GeoCanvas)|Draw]] ​  | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] ​  | [[ThinkGeo.MapSuite.iOSEdition.TileView|TileView]] ​  | This method draws the overlay tile with geoCanvas. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​DrawRect(RectangleF,​ UIViewPrintFormatter)|DrawRect]] ​  | RectangleF, UIViewPrintFormatter ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​DrawString(String,​ PointF, UIFont)|DrawString]] ​  | String, PointF, UIFont ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​DrawString(String,​ PointF, Single, UIFont, UILineBreakMode)|DrawString]] ​  | String, PointF, Single, UIFont, UILineBreakMode ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​DrawString(String,​ PointF, Single, UIFont, Single, UILineBreakMode,​ UIBaselineAdjustment)|DrawString]] ​  | String, PointF, Single, UIFont, Single, UILineBreakMode,​ UIBaselineAdjustment ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​DrawString(String,​ PointF, Single, UIFont, Single, ref Single, UILineBreakMode,​ UIBaselineAdjustment)|DrawString]] ​  | String, PointF, Single, UIFont, Single, ref Single, UILineBreakMode,​ UIBaselineAdjustment ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​DrawString(String,​ RectangleF, UIFont)|DrawString]] ​  | String, RectangleF, UIFont ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​DrawString(String,​ RectangleF, UIFont, UILineBreakMode)|DrawString]] ​  | String, RectangleF, UIFont, UILineBreakMode ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​DrawString(String,​ RectangleF, UIFont, UILineBreakMode,​ UITextAlignment)|DrawString]] ​  | String, RectangleF, UIFont, UILineBreakMode,​ UITextAlignment ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​DrawString(String,​ PointF, Single, UIFont, Single, Single, UILineBreakMode,​ UIBaselineAdjustment)|DrawString]] ​  | String, PointF, Single, UIFont, Single, Single, UILineBreakMode,​ UIBaselineAdjustment ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​DrawViewHierarchy(RectangleF,​ Boolean)|DrawViewHierarchy]] ​  | RectangleF, Boolean ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​EncodeRestorableState(NSCoder)|EncodeRestorableState]] ​  | NSCoder ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​EncodeTo(NSCoder)|EncodeTo]] ​  | NSCoder ​  | NSObject ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​EndEditing(Boolean)|EndEditing]] ​  | Boolean ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Equals(Object)|Equals]] ​  | Object ​  | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ExchangeSubview(Int32,​ Int32)|ExchangeSubview]] ​  | Int32, Int32   | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ExerciseAmbiguityInLayout()|ExerciseAmbiguityInLayout]] ​  ​| ​   | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​FrameForAlignmentRect(RectangleF)|FrameForAlignmentRect]] ​  | RectangleF ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GestureRecognizerShouldBegin(UIGestureRecognizer)|GestureRecognizerShouldBegin]] ​  | UIGestureRecognizer ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetConstraintsAffectingLayout(UILayoutConstraintAxis)|GetConstraintsAffectingLayout]] ​  | UILayoutConstraintAxis ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetDictionaryOfValuesFromKeys(NSString[])|GetDictionaryOfValuesFromKeys]] ​  | NSString[] ​  | NSObject ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetEnumerator()|GetEnumerator]] ​  ​| ​   | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetHashCode()|GetHashCode]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetNativeField(String)|GetNativeField]] ​  | String ​  | NSObject ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetTargetForAction(Selector,​ NSObject)|GetTargetForAction]] ​  | Selector, NSObject ​  | UIResponder ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetType()|GetType]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​HitTest(PointF,​ UIEvent)|HitTest]] ​  | PointF, UIEvent ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Init()|Init]] ​  ​| ​   | NSObject ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​InsertSubview(UIView,​ Int32)|InsertSubview]] ​  | UIView, Int32   | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​InsertSubviewAbove(UIView,​ UIView)|InsertSubviewAbove]] ​  | UIView, UIView ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​InsertSubviewBelow(UIView,​ UIView)|InsertSubviewBelow]] ​  | UIView, UIView ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​InvalidateIntrinsicContentSize()|InvalidateIntrinsicContentSize]] ​  ​| ​   | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Invoke(NSAction,​ TimeSpan)|Invoke]] ​  | NSAction, TimeSpan ​  | NSObject ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Invoke(NSAction,​ Double)|Invoke]] ​  | NSAction, Double ​  | NSObject ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​InvokeOnMainThread(NSAction)|InvokeOnMainThread]] ​  | NSAction ​  | NSObject ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​InvokeOnMainThread(Selector,​ NSObject)|InvokeOnMainThread]] ​  | Selector, NSObject ​  | NSObject ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​IsDescendantOfView(UIView)|IsDescendantOfView]] ​  | UIView ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​LayoutIfNeeded()|LayoutIfNeeded]] ​  ​| ​   | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​LayoutMarginsDidChange()|LayoutMarginsDidChange]] ​  ​| ​   | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​LayoutSubviews()|LayoutSubviews]] ​  ​| ​   | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​MakeTextWritingDirectionLeftToRight(NSObject)|MakeTextWritingDirectionLeftToRight]] ​  | NSObject ​  | UIResponder ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​MakeTextWritingDirectionRightToLeft(NSObject)|MakeTextWritingDirectionRightToLeft]] ​  | NSObject ​  | UIResponder ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​MotionBegan(UIEventSubtype,​ UIEvent)|MotionBegan]] ​  | UIEventSubtype,​ UIEvent ​  | UIResponder ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​MotionCancelled(UIEventSubtype,​ UIEvent)|MotionCancelled]] ​  | UIEventSubtype,​ UIEvent ​  | UIResponder ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​MotionEnded(UIEventSubtype,​ UIEvent)|MotionEnded]] ​  | UIEventSubtype,​ UIEvent ​  | UIResponder ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​MovedToSuperview()|MovedToSuperview]] ​  ​| ​   | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​MovedToWindow()|MovedToWindow]] ​  ​| ​   | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​MutableCopy()|MutableCopy]] ​  ​| ​   | NSObject ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​NeedsUpdateConstraints()|NeedsUpdateConstraints]] ​  ​| ​   | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ObserveValue(NSString,​ NSObject, NSDictionary,​ IntPtr)|ObserveValue]] ​  | NSString, NSObject, NSDictionary,​ IntPtr ​  | NSObject ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Paste(NSObject)|Paste]] ​  | NSObject ​  | UIResponder ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​PerformSelector(Selector,​ NSObject, Double)|PerformSelector]] ​  | Selector, NSObject, Double ​  | NSObject ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​PerformSelector(Selector,​ NSThread, NSObject, Boolean, NSString[])|PerformSelector]] ​  | Selector, NSThread, NSObject, Boolean, NSString[] ​  | NSObject ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​PerformSelector(Selector,​ NSThread, NSObject, Boolean)|PerformSelector]] ​  | Selector, NSThread, NSObject, Boolean ​  | NSObject ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​PerformSelector(Selector,​ NSObject, Single)|PerformSelector]] ​  | Selector, NSObject, Single ​  | NSObject ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​PerformSelector(Selector,​ NSObject, Double, NSString[])|PerformSelector]] ​  | Selector, NSObject, Double, NSString[] ​  | NSObject ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​PointInside(PointF,​ UIEvent)|PointInside]] ​  | PointF, UIEvent ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ReloadInputViews()|ReloadInputViews]] ​  ​| ​   | UIResponder ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​RemoteControlReceived(UIEvent)|RemoteControlReceived]] ​  | UIEvent ​  | UIResponder ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​RemoveConstraint(NSLayoutConstraint)|RemoveConstraint]] ​  | NSLayoutConstraint ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​RemoveConstraints(NSLayoutConstraint[])|RemoveConstraints]] ​  | NSLayoutConstraint[] ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​RemoveFromSuperview()|RemoveFromSuperview]] ​  ​| ​   | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​RemoveGestureRecognizer(UIGestureRecognizer)|RemoveGestureRecognizer]] ​  | UIGestureRecognizer ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​RemoveMotionEffect(UIMotionEffect)|RemoveMotionEffect]] ​  | UIMotionEffect ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​RemoveObserver(NSObject,​ String)|RemoveObserver]] ​  | NSObject, String ​  | NSObject ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​RemoveObserver(NSObject,​ NSString, IntPtr)|RemoveObserver]] ​  | NSObject, NSString, IntPtr ​  | NSObject ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​RemoveObserver(NSObject,​ String, IntPtr)|RemoveObserver]] ​  | NSObject, String, IntPtr ​  | NSObject ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​RemoveObserver(NSObject,​ NSString)|RemoveObserver]] ​  | NSObject, NSString ​  | NSObject ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ResignFirstResponder()|ResignFirstResponder]] ​  ​| ​   | UIResponder ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ResizableSnapshotView(RectangleF,​ Boolean, UIEdgeInsets)|ResizableSnapshotView]] ​  | RectangleF, Boolean, UIEdgeInsets ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​RespondsToSelector(Selector)|RespondsToSelector]] ​  | Selector ​  | NSObject ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​RestoreUserActivityState(NSUserActivity)|RestoreUserActivityState]] ​  | NSUserActivity ​  | UIResponder ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Select(NSObject)|Select]] ​  | NSObject ​  | UIResponder ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​SelectAll(NSObject)|SelectAll]] ​  | NSObject ​  | UIResponder ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​SendSubviewToBack(UIView)|SendSubviewToBack]] ​  | UIView ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​SetContentCompressionResistancePriority(Single,​ UILayoutConstraintAxis)|SetContentCompressionResistancePriority]] ​  | Single, UILayoutConstraintAxis ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​SetContentHuggingPriority(Single,​ UILayoutConstraintAxis)|SetContentHuggingPriority]] ​  | Single, UILayoutConstraintAxis ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​SetNativeField(String,​ NSObject)|SetNativeField]] ​  | String, NSObject ​  | NSObject ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​SetNeedsDisplay()|SetNeedsDisplay]] ​  ​| ​   | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​SetNeedsDisplayInRect(RectangleF)|SetNeedsDisplayInRect]] ​  | RectangleF ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​SetNeedsLayout()|SetNeedsLayout]] ​  ​| ​   | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​SetNeedsUpdateConstraints()|SetNeedsUpdateConstraints]] ​  ​| ​   | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​SetNilValueForKey(NSString)|SetNilValueForKey]] ​  | NSString ​  | NSObject ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​SetValueForKey(NSObject,​ NSString)|SetValueForKey]] ​  | NSObject, NSString ​  | NSObject ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​SetValueForKeyPath(IntPtr,​ NSString)|SetValueForKeyPath]] ​  | IntPtr, NSString ​  | NSObject ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​SetValueForKeyPath(NSObject,​ NSString)|SetValueForKeyPath]] ​  | NSObject, NSString ​  | NSObject ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​SetValueForUndefinedKey(NSObject,​ NSString)|SetValueForUndefinedKey]] ​  | NSObject, NSString ​  | NSObject ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​SetValuesForKeysWithDictionary(NSDictionary)|SetValuesForKeysWithDictionary]] ​  | NSDictionary ​  | NSObject ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​SizeThatFits(SizeF)|SizeThatFits]] ​  | SizeF   | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​SizeToFit()|SizeToFit]] ​  ​| ​   | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​SnapshotView(Boolean)|SnapshotView]] ​  | Boolean ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​StartAnimating()|StartAnimating]] ​  ​| ​   | UIImageView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​StopAnimating()|StopAnimating]] ​  ​| ​   | UIImageView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​StringSize(String,​ UIFont, Single, UILineBreakMode)|StringSize]] ​  | String, UIFont, Single, UILineBreakMode ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​StringSize(String,​ UIFont)|StringSize]] ​  | String, UIFont ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​StringSize(String,​ UIFont, Single, ref Single, Single, UILineBreakMode)|StringSize]] ​  | String, UIFont, Single, ref Single, Single, UILineBreakMode ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​StringSize(String,​ UIFont, SizeF, UILineBreakMode)|StringSize]] ​  | String, UIFont, SizeF, UILineBreakMode ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​StringSize(String,​ UIFont, SizeF)|StringSize]] ​  | String, UIFont, SizeF   | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​SubviewAdded(UIView)|SubviewAdded]] ​  | UIView ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​SystemLayoutSizeFittingSize(SizeF)|SystemLayoutSizeFittingSize]] ​  | SizeF   | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​SystemLayoutSizeFittingSize(SizeF,​ Single, Single)|SystemLayoutSizeFittingSize]] ​  | SizeF, Single, Single ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​TintColorDidChange()|TintColorDidChange]] ​  ​| ​   | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ToString()|ToString]] ​  ​| ​   | Object(overriden) ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ToggleBoldface(NSObject)|ToggleBoldface]] ​  | NSObject ​  | UIResponder ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ToggleItalics(NSObject)|ToggleItalics]] ​  | NSObject ​  | UIResponder ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ToggleUnderline(NSObject)|ToggleUnderline]] ​  | NSObject ​  | UIResponder ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​TouchesBegan(NSSet,​ UIEvent)|TouchesBegan]] ​  | NSSet, UIEvent ​  | UIResponder ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​TouchesCancelled(NSSet,​ UIEvent)|TouchesCancelled]] ​  | NSSet, UIEvent ​  | UIResponder ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​TouchesEnded(NSSet,​ UIEvent)|TouchesEnded]] ​  | NSSet, UIEvent ​  | UIResponder ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​TouchesMoved(NSSet,​ UIEvent)|TouchesMoved]] ​  | NSSet, UIEvent ​  | UIResponder ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​TraitCollectionDidChange(UITraitCollection)|TraitCollectionDidChange]] ​  | UITraitCollection ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​UpdateConstraints()|UpdateConstraints]] ​  ​| ​   | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​UpdateConstraintsIfNeeded()|UpdateConstraintsIfNeeded]] ​  ​| ​   | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​UpdateUserActivityState(NSUserActivity)|UpdateUserActivityState]] ​  | NSUserActivity ​  | UIResponder ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ValueForKey(NSString)|ValueForKey]] ​  | NSString ​  | NSObject ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ValueForKeyPath(NSString)|ValueForKeyPath]] ​  | NSString ​  | NSObject ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ValueForUndefinedKey(NSString)|ValueForUndefinedKey]] ​  | NSString ​  | NSObject ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ViewWithTag(Int32)|ViewWithTag]] ​  | Int32   | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​WillChange(NSString,​ NSKeyValueSetMutationKind,​ NSSet)|WillChange]] ​  | NSString, NSKeyValueSetMutationKind,​ NSSet   | NSObject ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​WillChange(NSKeyValueChange,​ NSIndexSet, NSString)|WillChange]] ​  | NSKeyValueChange,​ NSIndexSet, NSString ​  | NSObject ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​WillChangeValue(String)|WillChangeValue]] ​  | String ​  | NSObject ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​WillMoveToSuperview(UIView)|WillMoveToSuperview]] ​  | UIView ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​WillMoveToWindow(UIWindow)|WillMoveToWindow]] ​  | UIWindow ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​WillRemoveSubview(UIView)|WillRemoveSubview]] ​  | UIView ​  | UIView ​  ​| ​   |+
  
-==== Protected Methods ==== +N/A 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +== Remarks ​== 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​Dispose(Boolean)|Dispose]] ​  | Boolean ​  | NSObject(overriden) ​  ​| ​   | +N/A
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​DrawCore(GeoCanvas)|DrawCore]] ​  | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] ​  | [[ThinkGeo.MapSuite.iOSEdition.TileView|TileView]](overriden) ​  | This method requests image from an Uri.   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​Finalize()|Finalize]] ​  ​| ​   | Object(overriden) ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​InitializeHandle(IntPtr,​ String)|InitializeHandle]] ​  | IntPtr, String ​  | NSObject ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​InitializeHandle(IntPtr)|InitializeHandle]] ​  | IntPtr ​  | NSObject ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​MarkDirty()|MarkDirty]] ​  ​| ​   | NSObject ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​MemberwiseClone()|MemberwiseClone]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnSendingWebRequest(SendingRequestUriTileEventArgs)|OnSendingWebRequest]] ​  | [[ThinkGeo.MapSuite.iOSEdition.SendingRequestUriTileEventArgs|SendingRequestUriTileEventArgs]] ​  ​| ​   | Handles the event. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnSentWebRequest(SentWebRequestUriTileEventArgs)|OnSentWebRequest]] ​  | [[ThinkGeo.MapSuite.iOSEdition.SentWebRequestUriTileEventArgs|SentWebRequestUriTileEventArgs]] ​  ​| ​   | Handles the event. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​SendWebRequest(WebRequest)|SendWebRequest]] ​  | WebRequest ​  ​| ​   | Sends the web request. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​SendWebRequestCore(WebRequest)|SendWebRequestCore]] ​  | WebRequest ​  ​| ​   | Sends the web request. ​  |+
  
-==== Public Properties ==== +== Return Value == 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ +  * Type:Void 
-| {{wiki:PublicProperty.gif|Public Property}}[[#​AccessibilityActivationPoint|AccessibilityActivationPoint]] ​  | PointF ​  | UIView ​  ​| ​   | +  ​* ​Description:​N/A
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​AccessibilityCustomActions|AccessibilityCustomActions]] ​  | UIAccessibilityCustomAction[] ​  | UIResponder ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​AccessibilityElementsHidden|AccessibilityElementsHidden]] ​  | Boolean ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​AccessibilityFrame|AccessibilityFrame]] ​  | RectangleF ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​AccessibilityHint|AccessibilityHint]] ​  | String ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​AccessibilityIdentifier|AccessibilityIdentifier]] ​  | String ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​AccessibilityLabel|AccessibilityLabel]] ​  | String ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​AccessibilityLanguage|AccessibilityLanguage]] ​  | String ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​AccessibilityNavigationStyle|AccessibilityNavigationStyle]] ​  | UIAccessibilityNavigationStyle ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​AccessibilityPath|AccessibilityPath]] ​  | UIBezierPath ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​AccessibilityTraits|AccessibilityTraits]] ​  | UIAccessibilityTrait ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​AccessibilityValue|AccessibilityValue]] ​  | String ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​AccessibilityViewIsModal|AccessibilityViewIsModal]] ​  | Boolean ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​AlignmentRectInsets|AlignmentRectInsets]] ​  | UIEdgeInsets ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Alpha|Alpha]] ​  | Single ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​AnimationDuration|AnimationDuration]] ​  | Double ​  | UIImageView ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​AnimationImages|AnimationImages]] ​  | UIImage[] ​  | UIImageView ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​AnimationRepeatCount|AnimationRepeatCount]] ​  | Int32   | UIImageView ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​AutoresizingMask|AutoresizingMask]] ​  | UIViewAutoresizing ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​AutosizesSubviews|AutosizesSubviews]] ​  | Boolean ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​BackgroundColor|BackgroundColor]] ​  | UIColor ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​BoundingBox|BoundingBox]] ​  | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] ​  | [[ThinkGeo.MapSuite.iOSEdition.TileView|TileView]] ​  | Gets or sets the bounding box.   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Bounds|Bounds]] ​  | RectangleF ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​CanBecomeFirstResponder|CanBecomeFirstResponder]] ​  | Boolean ​  | UIResponder ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​CanResignFirstResponder|CanResignFirstResponder]] ​  | Boolean ​  | UIResponder ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Center|Center]] ​  | PointF ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ClassHandle|ClassHandle]] ​  | IntPtr ​  | NSObject(overriden) ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ClearsContextBeforeDrawing|ClearsContextBeforeDrawing]] ​  | Boolean ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ClipsToBounds|ClipsToBounds]] ​  | Boolean ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ColumnIndex|ColumnIndex]] ​  | Int64   | [[ThinkGeo.MapSuite.iOSEdition.TileView|TileView]] ​  | Gets or sets the index of the column. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Constraints|Constraints]] ​  | NSLayoutConstraint[] ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ContentMode|ContentMode]] ​  | UIViewContentMode ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ContentScaleFactor|ContentScaleFactor]] ​  | Single ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​DebugDescription|DebugDescription]] ​  | String ​  | NSObject ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Description|Description]] ​  | String ​  | NSObject ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​EnableInputClicksWhenVisible|EnableInputClicksWhenVisible]] ​  | Boolean ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ExclusiveTouch|ExclusiveTouch]] ​  | Boolean ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Frame|Frame]] ​  | RectangleF ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​GestureRecognizers|GestureRecognizers]] ​  | UIGestureRecognizer[] ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Handle|Handle]] ​  | IntPtr ​  | NSObject ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​HasAmbiguousLayout|HasAmbiguousLayout]] ​  | Boolean ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Hidden|Hidden]] ​  | Boolean ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Highlighted|Highlighted]] ​  | Boolean ​  | UIImageView ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​HighlightedAnimationImages|HighlightedAnimationImages]] ​  | UIImage[] ​  | UIImageView ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​HighlightedImage|HighlightedImage]] ​  | UIImage ​  | UIImageView ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Image|Image]] ​  | UIImage ​  | UIImageView ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ImageSource|ImageSource]] ​  | [[ThinkGeo.MapSuite.iOSEdition.CGNativeImage|CGNativeImage]] ​  | [[ThinkGeo.MapSuite.iOSEdition.TileView|TileView]] ​  | Gets or sets the image source. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​InputAccessoryView|InputAccessoryView]] ​  | UIView ​  | UIResponder ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​InputAccessoryViewController|InputAccessoryViewController]] ​  | UIInputViewController ​  | UIResponder ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​InputView|InputView]] ​  | UIView ​  | UIResponder ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​InputViewController|InputViewController]] ​  | UIInputViewController ​  | UIResponder ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​IntrinsicContentSize|IntrinsicContentSize]] ​  | SizeF   | UIView ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​IsAccessibilityElement|IsAccessibilityElement]] ​  | Boolean ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​IsAnimating|IsAnimating]] ​  | Boolean ​  | UIImageView ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​IsFirstResponder|IsFirstResponder]] ​  | Boolean ​  | UIResponder ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​KeyCommands|KeyCommands]] ​  | UIKeyCommand[] ​  | UIResponder ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Layer|Layer]] ​  | CALayer ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​LayoutMargins|LayoutMargins]] ​  | UIEdgeInsets ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​MapUnit|MapUnit]] ​  | [[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] ​  | [[ThinkGeo.MapSuite.iOSEdition.TileView|TileView]] ​  | Gets or sets the map unit.   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​MaskView|MaskView]] ​  | UIView ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​MotionEffects|MotionEffects]] ​  | UIMotionEffect[] ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​MultipleTouchEnabled|MultipleTouchEnabled]] ​  | Boolean ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​NextResponder|NextResponder]] ​  | UIResponder ​  | UIResponder ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Opaque|Opaque]] ​  | Boolean ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​PreservesSuperviewLayoutMargins|PreservesSuperviewLayoutMargins]] ​  | Boolean ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​RestorationIdentifier|RestorationIdentifier]] ​  | String ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​RetainCount|RetainCount]] ​  | Int32   | NSObject ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​RowIndex|RowIndex]] ​  | Int64   | [[ThinkGeo.MapSuite.iOSEdition.TileView|TileView]] ​  | Gets or sets the index of the row.   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Scale|Scale]] ​  | Double ​  | [[ThinkGeo.MapSuite.iOSEdition.TileView|TileView]] ​  | Gets or sets the scale. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ShouldGroupAccessibilityChildren|ShouldGroupAccessibilityChildren]] ​  | Boolean ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Subviews|Subviews]] ​  | UIView[] ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​SuperHandle|SuperHandle]] ​  | IntPtr ​  | NSObject ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Superview|Superview]] ​  | UIView ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Tag|Tag]] ​  | Int32   | UIView ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​TextInputContextIdentifier|TextInputContextIdentifier]] ​  | NSString ​  | UIResponder ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​TextInputMode|TextInputMode]] ​  | UITextInputMode ​  | UIResponder ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​TileHeight|TileHeight]] ​  | Int32   | [[ThinkGeo.MapSuite.iOSEdition.TileView|TileView]] ​  | Gets or sets the height of the tile.   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​TileWidth|TileWidth]] ​  | Int32   | [[ThinkGeo.MapSuite.iOSEdition.TileView|TileView]] ​  | Gets or sets the width of the tile.   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​TimeoutInSeconds|TimeoutInSeconds]] ​  | Int32   ​| ​   | Gets or sets the length of time, in seconds, before the request times out.   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​TintAdjustmentMode|TintAdjustmentMode]] ​  | UIViewTintAdjustmentMode ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​TintColor|TintColor]] ​  | UIColor ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​TraitCollection|TraitCollection]] ​  | UITraitCollection ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Transform|Transform]] ​  | CGAffineTransform ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​TranslatesAutoresizingMaskIntoConstraints|TranslatesAutoresizingMaskIntoConstraints]] ​  | Boolean ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​UndoManager|UndoManager]] ​  | NSUndoManager ​  | UIResponder ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Uri|Uri]] ​  | Uri   ​| ​   | This property indicates the requesting uri for the tile image source. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​UserActivity|UserActivity]] ​  | NSUserActivity ​  | UIResponder ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​UserInteractionEnabled|UserInteractionEnabled]] ​  | Boolean ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ViewForBaselineLayout|ViewForBaselineLayout]] ​  | UIView ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ViewPrintFormatter|ViewPrintFormatter]] ​  | UIViewPrintFormatter ​  | UIView ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​WebProxy|WebProxy]] ​  | WebProxy ​  ​| ​   | This property gets or sets the proxy used for requesting a Web Response. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Window|Window]] ​  | UIWindow ​  | UIView ​  ​| ​   | +
-| {{wiki:PublicProperty.gif|Public Property}}[[#​ZoomLevelIndex|ZoomLevelIndex]] ​  | Int32   | [[ThinkGeo.MapSuite.iOSEdition.TileView|TileView]] ​  | Gets or sets the index of the zoom level. ​  |+
  
-==== Protected Properties ==== +== Parameters ​== 
-^ Name ^ Return ^ DeclaringType ^ Summary ^+  * //​geoCanvas//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] 
 +    * Description:​N/​A
  
-==== Public Events ==== +<div newline></​div>​ 
-^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ +** {{wiki:PublicMethod.gif|}} ​StartAnimating() **
-{{wiki:PublicEvent.gif|Public Event}}[[#​SendingWebRequest|SendingWebRequest]] ​  | [[ThinkGeo.MapSuite.iOSEdition.SendingRequestUriTileEventArgs|SendingRequestUriTileEventArgs]] ​  ​| ​   | Occurs when [[sending|web request]]. ​  | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​SentWebRequest|SentWebRequest]] ​  | [[ThinkGeo.MapSuite.iOSEdition.SentWebRequestUriTileEventArgs|SentWebRequestUriTileEventArgs]] ​  ​| ​   | Occurs when [[sent|web request]]. ​  |+
  
-===== Public Constructors ===== +N/A 
-==== UriTileView() ==== +== Remarks ​== 
-Initializes a new instance of the class. +N/A
-=== Parameters === +
-^  Name ^  Type ^  Description ^+
  
-[[#Public Constructors|Go Back]] +== Return Value == 
-===== Protected Constructors ===== +  ​* ​Type:Void 
-===== Public Methods ===== +  * Description:N/A
-==== AccessibilityActivate() ==== +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +== Parameters == 
-^  Name ^  Type ^  Description ^+<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} StopAnimating() **
  
-<!-- MonoTouch.UIKit.UIView --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== AccessibilityDecrement() ==== +N/A
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Void 
 +  Description:N/A
  
-<!-- MonoTouch.UIKit.UIResponder --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-==== AccessibilityDecrement() ​==== +** {{wiki:​PublicMethod.gif|}} SystemLayoutSizeFittingSize(CGSize,​Single,​Single) **
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters === +N/A 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +N/A
  
-<!-- MonoTouch.Foundation.NSObject --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:CGSize 
-==== AccessibilityElementDidBecomeFocused() ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​^+  ​* //​targetSize//​ 
 +    * Type:CGSize 
 +    * Description:N/A
  
-<!-- MonoTouch.UIKit.UIResponder --> +  * //​horizontalFittingPriority//​ 
-[[#Public Methods|Go Back]] +    ​* ​Type:Single 
-==== AccessibilityElementDidLoseFocus() ==== +    ​* Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //​verticalFittingPriority//​ 
-^  Name ^  ​Type ^  ​Description ​^+    ​* ​Type:Single 
 +    * Description:N/A
  
-<!-- MonoTouch.UIKit.UIResponder --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} TintColorDidChange() **
-==== AccessibilityElementIsFocused() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +N/A 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +N/A
  
-<!-- MonoTouch.UIKit.UIResponder --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== AccessibilityIncrement() ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Parameters == 
-^  Name ^  Type ^  Description ^+<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} TraitCollectionDidChange(UITraitCollection) **
  
-<!-- MonoTouch.UIKit.UIResponder --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== AccessibilityIncrement() ==== +N/A
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Void 
 +  Description:N/A
  
-<!-- MonoTouch.Foundation.NSObject --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //​previousTraitCollection//​ 
-==== AccessibilityPerformEscape() ​==== +    ​* ​Type:​UITraitCollection 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​PublicMethod.gif|}} UpdateConstraints() **
  
-<!-- MonoTouch.UIKit.UIResponder --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== AccessibilityPerformMagicTap() ==== +N/A
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Void 
 +  Description:N/A
  
-<!-- MonoTouch.UIKit.UIResponder --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-==== AccessibilityScroll(UIAccessibilityScrollDirection) ​==== +** {{wiki:​PublicMethod.gif|}} UpdateConstraintsIfNeeded() **
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +N/A 
-^  Name ^  Type ^  Description ^ +== Remarks ​== 
-| direction ​  | UIAccessibilityScrollDirection<​!-- MonoTouch.UIKit.UIAccessibilityScrollDirection --> ​  ​| ​   |+N/A
  
-<!-- MonoTouch.UIKit.UIResponder --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== AccessibilityScroll(UIAccessibilityScrollDirection) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  Type ^  Description ^ +<div newline></​div>​ 
-| direction ​  | UIAccessibilityScrollDirection<​!-- MonoTouch.UIKit.UIAccessibilityScrollDirection --> ​  ​| ​   ​|+** {{wiki:​PublicMethod.gif|}} ViewWithTag(nint) **
  
-<!-- MonoTouch.Foundation.NSObject --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== Add(UIView) ==== +N/A
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:UIView 
-| view   | UIView<​!-- MonoTouch.UIKit.UIView --> ​  ​| ​   |+  Description:N/A
  
-<!-- MonoTouch.UIKit.UIView --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //tag// 
-==== AddConstraint(NSLayoutConstraint) ​==== +    ​* ​Type:nint 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} WillMoveToSuperview(UIView) **
-| constraint ​  | NSLayoutConstraint<​!-- MonoTouch.UIKit.NSLayoutConstraint --> ​  ​| ​   ​|+
  
-<!-- MonoTouch.UIKit.UIView --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== AddConstraints(NSLayoutConstraint[]) ==== +N/A
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| constraints ​  | NSLayoutConstraint[]<​!-- MonoTouch.UIKit.NSLayoutConstraint[[]] --> ​  ​| ​   |+  Description:N/A
  
-<!-- MonoTouch.UIKit.UIView --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //​newsuper//​ 
-==== AddGestureRecognizer(UIGestureRecognizer) ​==== +    ​* ​Type:UIView 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} WillMoveToWindow(UIWindow) **
-| gestureRecognizer ​  | UIGestureRecognizer<​!-- MonoTouch.UIKit.UIGestureRecognizer --> ​  ​| ​   ​|+
  
-<!-- MonoTouch.UIKit.UIView --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== AddMotionEffect(UIMotionEffect) ==== +N/A
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| effect ​  | UIMotionEffect<​!-- MonoTouch.UIKit.UIMotionEffect --> ​  ​| ​   |+  Description:N/A
  
-<!-- MonoTouch.UIKit.UIView --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //window// 
-==== AddObserver(String,​ NSKeyValueObservingOptions,​ Action<​NSObservedChange>​) ​==== +    ​* ​Type:UIWindow 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| IDisposable<​!-- System.IDisposable --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></div
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} WillRemoveSubview(UIView) **
-| key   | String<!-- System.String --  |    | +
-| options ​  | NSKeyValueObservingOptions<!-- MonoTouch.Foundation.NSKeyValueObservingOptions --  |    | +
-| observer ​  | Action<​NSObservedChange><​!-- System.Action{MonoTouch.Foundation.NSObservedChange--> ​  ​| ​   |+
  
-<!-- MonoTouch.Foundation.NSObject --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== AddObserver(NSString,​ NSKeyValueObservingOptions,​ Action<​NSObservedChange>​) ==== +N/A
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| IDisposable<​!-- System.IDisposable --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| key   | NSString<​!-- MonoTouch.Foundation.NSString --> ​  ​| ​   | +  Description:N/A
-| options ​  | NSKeyValueObservingOptions<​!-- MonoTouch.Foundation.NSKeyValueObservingOptions --> ​  ​| ​   | +
-| observer ​  | Action<​NSObservedChange><​!-- System.Action{MonoTouch.Foundation.NSObservedChange} --> ​  ​| ​   |+
  
-<!-- MonoTouch.Foundation.NSObject --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //uiview// 
-==== AddObserver(NSObject,​ String, NSKeyValueObservingOptions,​ IntPtr) ​==== +    ​* ​Type:UIView 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></div
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} Add(UIView) **
-| observer ​  | NSObject<!-- MonoTouch.Foundation.NSObject --  |    | +
-| keyPath ​  | String<!-- System.String --  |    | +
-| options ​  | NSKeyValueObservingOptions<​!-- MonoTouch.Foundation.NSKeyValueObservingOptions --> ​  ​| ​   | +
-| context ​  | IntPtr<​!-- System.IntPtr --> ​  ​| ​   ​|+
  
-<!-- MonoTouch.Foundation.NSObject --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== AddObserver(NSObject,​ NSString, NSKeyValueObservingOptions,​ IntPtr) ==== +N/A
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| observer ​  | NSObject<​!-- MonoTouch.Foundation.NSObject --> ​  ​| ​   | +  Description:N/A
-| keyPath ​  | NSString<​!-- MonoTouch.Foundation.NSString --> ​  ​| ​   | +
-| options ​  | NSKeyValueObservingOptions<​!-- MonoTouch.Foundation.NSKeyValueObservingOptions --> ​  ​| ​   | +
-| context ​  | IntPtr<​!-- System.IntPtr --> ​  ​| ​   |+
  
-<!-- MonoTouch.Foundation.NSObject --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //view// 
-==== AddSubview(UIView) ​==== +    ​* ​Type:UIView 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} AddSubviews(UIView[]) **
-view   ​| ​UIView<!-- MonoTouch.UIKit.UIView --> ​  ​| ​   |+
  
-<!-- MonoTouch.UIKit.UIView --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== AddSubviews(UIView[]) ==== +N/A
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| views   | UIView[]<​!-- MonoTouch.UIKit.UIView[[]] --> ​  ​| ​   |+  Description:N/A
  
-<!-- MonoTouch.UIKit.UIView --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //views// 
-==== AlignmentRectForFrame(RectangleF) ​==== +    ​* ​Type:UIView[] 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| RectangleF<​!-- System.Drawing.RectangleF --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} GetEnumerator() **
-| frame   | RectangleF<​!-- System.Drawing.RectangleF --> ​  ​| ​   ​|+
  
-<!-- MonoTouch.UIKit.UIView --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== AwakeFromNib() ==== +N/A
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:​IEnumerator 
 +  Description:N/A
  
-<!-- MonoTouch.Foundation.NSObject --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-==== BecomeFirstResponder() ​==== +** {{wiki:​PublicMethod.gif|}} AccessibilityActivate() **
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   ​|+
  
-=== Parameters === +N/A 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +N/A
  
-<!-- MonoTouch.UIKit.UIResponder --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Boolean 
-==== BeginInvokeOnMainThread(NSAction) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  Type ^  Description ^ +<div newline></​div>​ 
-| action ​  | NSAction<​!-- MonoTouch.Foundation.NSAction --> ​  ​| ​   ​|+** {{wiki:​PublicMethod.gif|}} AddConstraint(NSLayoutConstraint) **
  
-<!-- MonoTouch.Foundation.NSObject --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== BeginInvokeOnMainThread(Selector,​ NSObject) ==== +N/A
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| sel   | Selector<​!-- MonoTouch.ObjCRuntime.Selector --> ​  ​| ​   | +  Description:N/A
-| obj   | NSObject<​!-- MonoTouch.Foundation.NSObject --> ​  ​| ​   |+
  
-<!-- MonoTouch.Foundation.NSObject --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //​constraint//​ 
-==== BringSubviewToFront(UIView) ​==== +    ​* ​Type:​NSLayoutConstraint 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} AddConstraints(NSLayoutConstraint[]) **
-| view   | UIView<​!-- MonoTouch.UIKit.UIView --> ​  ​| ​   ​|+
  
-<!-- MonoTouch.UIKit.UIView --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== CanPerform(Selector,​ NSObject) ==== +N/A
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| action ​  | Selector<​!-- MonoTouch.ObjCRuntime.Selector --> ​  ​| ​   | +  Description:N/A
-| withSender ​  | NSObject<​!-- MonoTouch.Foundation.NSObject --> ​  ​| ​   |+
  
-<!-- MonoTouch.UIKit.UIResponder --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //​constraints//​ 
-==== ConformsToProtocol(IntPtr) ​==== +    ​* ​Type:​NSLayoutConstraint[] 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} AddGestureRecognizer(UIGestureRecognizer) **
-| protocol ​  | IntPtr<​!-- System.IntPtr --> ​  ​| ​   ​|+
  
-<!-- MonoTouch.Foundation.NSObject --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== ContentCompressionResistancePriority(UILayoutConstraintAxis) ==== +N/A
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Single<​!-- System.Single --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| axis   | UILayoutConstraintAxis<​!-- MonoTouch.UIKit.UILayoutConstraintAxis --> ​  ​| ​   |+  Description:N/A
  
-<!-- MonoTouch.UIKit.UIView --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //​gestureRecognizer//​ 
-==== ContentHuggingPriority(UILayoutConstraintAxis) ​==== +    ​* ​Type:​UIGestureRecognizer 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Single<​!-- System.Single --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} AddMotionEffect(UIMotionEffect) **
-| axis   | UILayoutConstraintAxis<​!-- MonoTouch.UIKit.UILayoutConstraintAxis --> ​  ​| ​   ​|+
  
-<!-- MonoTouch.UIKit.UIView --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== ConvertPointFromCoordinateSpace(PointF,​ IUICoordinateSpace) ==== +N/A
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| PointF<​!-- System.Drawing.PointF --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| point   | PointF<​!-- System.Drawing.PointF --> ​  ​| ​   | +  Description:N/A
-| coordinateSpace ​  | IUICoordinateSpace<​!-- MonoTouch.UIKit.IUICoordinateSpace --> ​  ​| ​   |+
  
-<!-- MonoTouch.UIKit.UIView --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //effect// 
-==== ConvertPointFromView(PointF,​ UIView) ​==== +    ​* ​Type:​UIMotionEffect 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| PointF<​!-- System.Drawing.PointF --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} AddSubview(UIView) **
-| point   | PointF<!-- System.Drawing.PointF --  |    | +
-fromView ​  ​| ​UIView<!-- MonoTouch.UIKit.UIView --> ​  ​| ​   |+
  
-<!-- MonoTouch.UIKit.UIView --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== ConvertPointToCoordinateSpace(PointF,​ IUICoordinateSpace) ==== +N/A
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| PointF<​!-- System.Drawing.PointF --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| point   | PointF<​!-- System.Drawing.PointF --> ​  ​| ​   | +  Description:N/A
-| coordinateSpace ​  | IUICoordinateSpace<​!-- MonoTouch.UIKit.IUICoordinateSpace --> ​  ​| ​   |+
  
-<!-- MonoTouch.UIKit.UIView --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //view// 
-==== ConvertPointToView(PointF,​ UIView) ​==== +    ​* ​Type:UIView 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| PointF<​!-- System.Drawing.PointF --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} AlignmentRectForFrame(CGRect) **
-| point   | PointF<!-- System.Drawing.PointF --  |    | +
-| toView ​  | UIView<​!-- MonoTouch.UIKit.UIView --> ​  ​| ​   ​|+
  
-<!-- MonoTouch.UIKit.UIView --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== ConvertRectFromCoordinateSpace(RectangleF,​ IUICoordinateSpace) ==== +N/A
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| RectangleF<​!-- System.Drawing.RectangleF --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:CGRect 
-| rect   | RectangleF<​!-- System.Drawing.RectangleF --> ​  ​| ​   | +  Description:N/A
-| coordinateSpace ​  | IUICoordinateSpace<​!-- MonoTouch.UIKit.IUICoordinateSpace --> ​  ​| ​   |+
  
-<!-- MonoTouch.UIKit.UIView --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //frame// 
-==== ConvertRectFromView(RectangleF,​ UIView) ​==== +    ​* ​Type:CGRect 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| RectangleF<​!-- System.Drawing.RectangleF --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} BringSubviewToFront(UIView) **
-| rect   | RectangleF<!-- System.Drawing.RectangleF --  |    | +
-fromView ​  ​| ​UIView<!-- MonoTouch.UIKit.UIView --> ​  ​| ​   |+
  
-<!-- MonoTouch.UIKit.UIView --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== ConvertRectToCoordinateSpace(RectangleF,​ IUICoordinateSpace) ==== +N/A
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| RectangleF<​!-- System.Drawing.RectangleF --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| rect   | RectangleF<​!-- System.Drawing.RectangleF --> ​  ​| ​   | +  Description:N/A
-| coordinateSpace ​  | IUICoordinateSpace<​!-- MonoTouch.UIKit.IUICoordinateSpace --> ​  ​| ​   |+
  
-<!-- MonoTouch.UIKit.UIView --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //view// 
-==== ConvertRectToView(RectangleF,​ UIView) ​==== +    ​* ​Type:UIView 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| RectangleF<​!-- System.Drawing.RectangleF --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} ContentCompressionResistancePriority(UILayoutConstraintAxis) **
-| rect   | RectangleF<!-- System.Drawing.RectangleF --  |    | +
-| toView ​  | UIView<​!-- MonoTouch.UIKit.UIView --> ​  ​| ​   ​|+
  
-<!-- MonoTouch.UIKit.UIView --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== Copy() ==== +N/A
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| NSObject<​!-- MonoTouch.Foundation.NSObject --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Single 
 +  Description:N/A
  
-<!-- MonoTouch.Foundation.NSObject --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //axis// 
-==== Copy(NSObject) ​==== +    ​* ​Type:​UILayoutConstraintAxis 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} ContentHuggingPriority(UILayoutConstraintAxis) **
-| sender ​  | NSObject<​!-- MonoTouch.Foundation.NSObject --> ​  ​| ​   ​|+
  
-<!-- MonoTouch.UIKit.UIResponder --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== Cut(NSObject) ==== +N/A
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Single 
-| sender ​  | NSObject<​!-- MonoTouch.Foundation.NSObject --> ​  ​| ​   |+  Description:N/A
  
-<!-- MonoTouch.UIKit.UIResponder --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //axis// 
-==== DangerousAutorelease() ​==== +    ​* ​Type:​UILayoutConstraintAxis 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| NSObject<​!-- MonoTouch.Foundation.NSObject --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​PublicMethod.gif|}} ConvertPointFromCoordinateSpace(CGPoint,​IUICoordinateSpace) **
  
-<!-- MonoTouch.Foundation.NSObject --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== DangerousRelease() ==== +N/A
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:CGPoint 
 +  Description:N/A
  
-<!-- MonoTouch.Foundation.NSObject --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //point// 
-==== DangerousRetain() ​==== +    ​* ​Type:CGPoint 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| NSObject<​!-- MonoTouch.Foundation.NSObject --> ​  ​| ​   |+
  
-=== Parameters === +  * //​coordinateSpace//​ 
-^  Name ^  ​Type ^  ​Description ​^+    ​* ​Type:​IUICoordinateSpace 
 +    * Description:N/A
  
-<!-- MonoTouch.Foundation.NSObject --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} ConvertPointFromView(CGPoint,​UIView**
-==== DecodeRestorableState(NSCoder==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +N/A 
-^  Name ^  Type ^  Description ^ +== Remarks ​== 
-| coder   | NSCoder<​!-- MonoTouch.Foundation.NSCoder --> ​  ​| ​   |+N/A
  
-<!-- MonoTouch.UIKit.UIView --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:CGPoint 
-==== Delete(NSObject) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //point// 
-| sender ​  | NSObject<​!-- MonoTouch.Foundation.NSObject --> ​  ​| ​   |+    * Type:CGPoint 
 +    ​* Description:​N/​A
  
-<!-- MonoTouch.UIKit.UIResponder --> +  * //​fromView//​ 
-[[#Public Methods|Go Back]] +    ​* ​Type:UIView 
-==== DidChange(NSKeyValueChange,​ NSIndexSet, NSString) ==== +    ​* Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></div
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} ConvertPointToCoordinateSpace(CGPoint,​IUICoordinateSpace) **
-| changeKind ​  | NSKeyValueChange<!-- MonoTouch.Foundation.NSKeyValueChange --  |    | +
-| indexes ​  | NSIndexSet<!-- MonoTouch.Foundation.NSIndexSet --  |    | +
-| forKey ​  | NSString<​!-- MonoTouch.Foundation.NSString --> ​  ​| ​   ​|+
  
-<!-- MonoTouch.Foundation.NSObject --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== DidChange(NSString,​ NSKeyValueSetMutationKind,​ NSSet) ==== +N/A
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:CGPoint 
-| forKey ​  | NSString<​!-- MonoTouch.Foundation.NSString --> ​  ​| ​   | +  Description:N/A
-| mutationKind ​  | NSKeyValueSetMutationKind<​!-- MonoTouch.Foundation.NSKeyValueSetMutationKind --> ​  ​| ​   | +
-| objects ​  | NSSet<​!-- MonoTouch.Foundation.NSSet --> ​  ​| ​   |+
  
-<!-- MonoTouch.Foundation.NSObject --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //point// 
-==== DidChangeValue(String) ​==== +    ​* ​Type:CGPoint 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //​coordinateSpace//​ 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:​IUICoordinateSpace 
-| forKey ​  | String<​!-- System.String --> ​  ​| ​   |+    ​* Description:​N/​A
  
-<!-- MonoTouch.Foundation.NSObject --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} ConvertPointToView(CGPoint,​UIView**
-==== Dispose() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +N/A 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +N/A
  
-<!-- MonoTouch.Foundation.NSObject --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:CGPoint 
-==== DoesNotRecognizeSelector(Selector) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //point// 
-| sel   | Selector<​!-- MonoTouch.ObjCRuntime.Selector --> ​  ​| ​   |+    * Type:CGPoint 
 +    ​* Description:​N/​A
  
-<!-- MonoTouch.Foundation.NSObject --> +  * //toView// 
-[[#Public Methods|Go Back]] +    ​* ​Type:UIView 
-==== Draw(RectangleF) ==== +    ​* Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} ConvertRectFromCoordinateSpace(CGRect,​IUICoordinateSpace) **
-| rect   | RectangleF<​!-- System.Drawing.RectangleF --> ​  ​| ​   ​|+
  
-<!-- MonoTouch.UIKit.UIView --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== Draw(GeoCanvas) ==== +N/A
-This method draws the overlay tile with geoCanvas. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:CGRect 
-| geoCanvas ​  | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]<​!-- ThinkGeo.MapSuite.Core.GeoCanvas --> ​  | The geo canvas. ​  |+  Description:N/A
  
-<!-- ThinkGeo.MapSuite.iOSEdition.TileView --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //rect// 
-==== DrawRect(RectangleF,​ UIViewPrintFormatter) ​==== +    ​* ​Type:CGRect 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //​coordinateSpace//​ 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:​IUICoordinateSpace 
-| area   | RectangleF<​!-- System.Drawing.RectangleF --> ​  ​| ​   +    ​* Description:​N/​A
-| formatter ​  | UIViewPrintFormatter<​!-- MonoTouch.UIKit.UIViewPrintFormatter --> ​  ​| ​   |+
  
-<!-- MonoTouch.UIKit.UIView --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} ConvertRectFromView(CGRect,UIView**
-==== DrawString(StringPointF, UIFont==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| SizeF<​!-- System.Drawing.SizeF --> ​  ​| ​   |+
  
-=== Parameters ​=== +N/A 
-^  Name ^  Type ^  Description ^ +== Remarks ​== 
-| str   | String<​!-- System.String --> ​  ​| ​   | +N/A
-| point   | PointF<​!-- System.Drawing.PointF --> ​  ​| ​   | +
-| font   | UIFont<​!-- MonoTouch.UIKit.UIFont --> ​  ​| ​   |+
  
-<!-- MonoTouch.UIKit.UIView --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:CGRect 
-==== DrawString(String,​ PointF, Single, UIFont, UILineBreakMode) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| SizeF<​!-- System.Drawing.SizeF --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
- Name ^  Type ^  Description ^ +  ​* //rect// 
-| str   | String<​!-- System.String --> ​  ​| ​   | +    ​* Type:CGRect 
-| point   | PointF<​!-- System.Drawing.PointF --> ​  ​| ​   +    ​* Description:​N/​A
-| width   | Single<​!-- System.Single --> ​  ​| ​   | +
-| font   | UIFont<​!-- MonoTouch.UIKit.UIFont --> ​  ​| ​   | +
-| breakMode ​  | UILineBreakMode<​!-- MonoTouch.UIKit.UILineBreakMode --> ​  ​| ​   |+
  
-<!-- MonoTouch.UIKit.UIView --> +  * //​fromView//​ 
-[[#Public Methods|Go Back]] +    ​* ​Type:UIView 
-==== DrawString(String,​ PointF, Single, UIFont, Single, UILineBreakMode,​ UIBaselineAdjustment) ==== +    ​* Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| SizeF<​!-- System.Drawing.SizeF --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></div
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} ConvertRectToCoordinateSpace(CGRect,​IUICoordinateSpace) **
-| str   | String<!-- System.String --  |    | +
-| point   | PointF<!-- System.Drawing.PointF --  |    | +
-| width   | Single<​!-- System.Single --> ​  ​| ​   | +
-| font   | UIFont<​!-- MonoTouch.UIKit.UIFont --> ​  ​| ​   | +
-| fontSize ​  | Single<​!-- System.Single --> ​  ​| ​   | +
-| breakMode ​  | UILineBreakMode<​!-- MonoTouch.UIKit.UILineBreakMode --> ​  ​| ​   | +
-| adjustment ​  | UIBaselineAdjustment<​!-- MonoTouch.UIKit.UIBaselineAdjustment --> ​  ​| ​   ​|+
  
-<!-- MonoTouch.UIKit.UIView --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== DrawString(String,​ PointF, Single, UIFont, Single, ref Single, UILineBreakMode,​ UIBaselineAdjustment) ==== +N/A
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| SizeF<​!-- System.Drawing.SizeF --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:CGRect 
-| str   | String<​!-- System.String --> ​  ​| ​   | +  Description:N/A
-| point   | PointF<​!-- System.Drawing.PointF --> ​  ​| ​   | +
-| width   | Single<​!-- System.Single --> ​  ​| ​   | +
-| font   | UIFont<​!-- MonoTouch.UIKit.UIFont --> ​  ​| ​   | +
-| minFontSize ​  | Single<​!-- System.Single --> ​  ​| ​   | +
-| actualFontSize ​  | ref Single<​!-- System.Single --> ​  ​| ​   | +
-| breakMode ​  | UILineBreakMode<​!-- MonoTouch.UIKit.UILineBreakMode --> ​  ​| ​   | +
-| adjustment ​  | UIBaselineAdjustment<​!-- MonoTouch.UIKit.UIBaselineAdjustment --> ​  ​| ​   |+
  
-<!-- MonoTouch.UIKit.UIView --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //rect// 
-==== DrawString(String,​ RectangleF, UIFont) ​==== +    ​* ​Type:CGRect 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| SizeF<​!-- System.Drawing.SizeF --> ​  ​| ​   |+
  
-=== Parameters === +  ​* //​coordinateSpace//​ 
-^  Name ^  Type ^  Description ^ +    ​* Type:​IUICoordinateSpace 
-| str   ​| String<​!-- System.String --> ​  ​| ​   | +    ​* Description:​N/​A
-| rect   | RectangleF<​!-- System.Drawing.RectangleF --> ​  ​| ​   | +
-| font   | UIFont<​!-- MonoTouch.UIKit.UIFont --> ​  ​| ​   |+
  
-<!-- MonoTouch.UIKit.UIView --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} ConvertRectToView(CGRect,UIView**
-==== DrawString(StringRectangleF, UIFont, UILineBreakMode==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| SizeF<​!-- System.Drawing.SizeF --> ​  ​| ​   |+
  
-=== Parameters ​=== +N/A 
-^  Name ^  Type ^  Description ^ +== Remarks ​== 
-| str   | String<​!-- System.String --> ​  ​| ​   | +N/A
-| rect   | RectangleF<​!-- System.Drawing.RectangleF --> ​  ​| ​   | +
-| font   | UIFont<​!-- MonoTouch.UIKit.UIFont --> ​  ​| ​   | +
-| mode   | UILineBreakMode<​!-- MonoTouch.UIKit.UILineBreakMode --> ​  ​| ​   |+
  
-<!-- MonoTouch.UIKit.UIView --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:CGRect 
-==== DrawString(String,​ RectangleF, UIFont, UILineBreakMode,​ UITextAlignment) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| SizeF<​!-- System.Drawing.SizeF --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
- Name ^  Type ^  Description ^ +  ​* //rect// 
-| str   | String<​!-- System.String --> ​  ​| ​   | +    ​* Type:CGRect 
-rect   | RectangleF<​!-- System.Drawing.RectangleF --> ​  ​| ​   | +    ​* Description:​N/​A
-| font   | UIFont<​!-- MonoTouch.UIKit.UIFont --> ​  ​| ​   | +
-| mode   | UILineBreakMode<​!-- MonoTouch.UIKit.UILineBreakMode --> ​  ​| ​   +
-| alignment ​  | UITextAlignment<​!-- MonoTouch.UIKit.UITextAlignment --> ​  ​| ​   |+
  
-<!-- MonoTouch.UIKit.UIView --> +  * //toView// 
-[[#Public Methods|Go Back]] +    ​* ​Type:UIView 
-==== DrawString(String,​ PointF, Single, UIFont, Single, Single, UILineBreakMode,​ UIBaselineAdjustment) ==== +    ​* Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| SizeF<​!-- System.Drawing.SizeF --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></div
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} DecodeRestorableState(NSCoder) **
-| str   | String<!-- System.String --  |    | +
-| point   | PointF<!-- System.Drawing.PointF --  |    | +
-| width   | Single<​!-- System.Single --> ​  ​| ​   | +
-| font   | UIFont<​!-- MonoTouch.UIKit.UIFont --> ​  ​| ​   | +
-| minFontSize ​  | Single<​!-- System.Single --> ​  ​| ​   | +
-| actualFontSize ​  | Single<​!-- System.Single --> ​  ​| ​   | +
-| breakMode ​  | UILineBreakMode<​!-- MonoTouch.UIKit.UILineBreakMode --> ​  ​| ​   | +
-| adjustment ​  | UIBaselineAdjustment<​!-- MonoTouch.UIKit.UIBaselineAdjustment --> ​  ​| ​   ​|+
  
-<!-- MonoTouch.UIKit.UIView --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== DrawViewHierarchy(RectangleF,​ Boolean) ==== +N/A
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| rect   | RectangleF<​!-- System.Drawing.RectangleF --> ​  ​| ​   | +  Description:N/A
-| afterScreenUpdates ​  | Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-<!-- MonoTouch.UIKit.UIView --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //coder// 
-==== EncodeRestorableState(NSCoder) ​==== +    ​* ​Type:NSCoder 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} Draw(CGRect) **
-| coder   | NSCoder<​!-- MonoTouch.Foundation.NSCoder --> ​  ​| ​   ​|+
  
-<!-- MonoTouch.UIKit.UIView --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== EncodeTo(NSCoder) ==== +N/A
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| coder   | NSCoder<​!-- MonoTouch.Foundation.NSCoder --> ​  ​| ​   |+  Description:N/A
  
-<!-- MonoTouch.Foundation.NSObject --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //rect// 
-==== EndEditing(Boolean) ​==== +    ​* ​Type:CGRect 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} DrawRect(CGRect,​UIViewPrintFormatter) **
-| force   | Boolean<​!-- System.Boolean --> ​  ​| ​   ​|+
  
-<!-- MonoTouch.UIKit.UIView --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== Equals(Object) ==== +N/A
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| obj   | Object<​!-- System.Object --> ​  ​| ​   |+  Description:N/A
  
-<!-- System.Object --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //area// 
-==== ExchangeSubview(Int32,​ Int32) ​==== +    ​* ​Type:CGRect 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //​formatter//​ 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:​UIViewPrintFormatter 
-| atIndex ​  | Int32<​!-- System.Int32 --> ​  ​| ​   +    ​* Description:​N/​A
-| withSubviewAtIndex ​  | Int32<​!-- System.Int32 --> ​  ​| ​   |+
  
-<!-- MonoTouch.UIKit.UIView --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} DrawViewHierarchy(CGRect,​Boolean**
-==== ExerciseAmbiguityInLayout() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +N/A 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +N/A
  
-<!-- MonoTouch.UIKit.UIView --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Boolean 
-==== FrameForAlignmentRect(RectangleF) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| RectangleF<​!-- System.Drawing.RectangleF --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //rect// 
-| alignmentRect ​  | RectangleF<​!-- System.Drawing.RectangleF --> ​  ​| ​   |+    * Type:CGRect 
 +    ​* Description:​N/​A
  
-<!-- MonoTouch.UIKit.UIView --> +  * //​afterScreenUpdates//​ 
-[[#Public Methods|Go Back]] +    ​* ​Type:Boolean 
-==== GestureRecognizerShouldBegin(UIGestureRecognizer) ==== +    ​* Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} EncodeRestorableState(NSCoder) **
-| gestureRecognizer ​  | UIGestureRecognizer<​!-- MonoTouch.UIKit.UIGestureRecognizer --> ​  ​| ​   ​|+
  
-<!-- MonoTouch.UIKit.UIView --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== GetConstraintsAffectingLayout(UILayoutConstraintAxis) ==== +N/A
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| NSLayoutConstraint[]<​!-- MonoTouch.UIKit.NSLayoutConstraint[[]] --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| axis   | UILayoutConstraintAxis<​!-- MonoTouch.UIKit.UILayoutConstraintAxis --> ​  ​| ​   |+  Description:N/A
  
-<!-- MonoTouch.UIKit.UIView --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //coder// 
-==== GetDictionaryOfValuesFromKeys(NSString[]) ​==== +    ​* ​Type:NSCoder 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| NSDictionary<​!-- MonoTouch.Foundation.NSDictionary --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} EncodeTo(NSCoder) **
-| keys   | NSString[]<​!-- MonoTouch.Foundation.NSString[[]] --> ​  ​| ​   ​|+
  
-<!-- MonoTouch.Foundation.NSObject --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== GetEnumerator() ==== +N/A
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| IEnumerator<​!-- System.Collections.IEnumerator --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Void 
 +  Description:N/A
  
-<!-- MonoTouch.UIKit.UIView --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //encoder// 
-==== GetHashCode() ​==== +    ​* ​Type:NSCoder 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Int32<​!-- System.Int32 --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​PublicMethod.gif|}} ExchangeSubview(nint,​nint) **
  
-<!-- System.Object --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== GetNativeField(String) ==== +N/A
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| NSObject<​!-- MonoTouch.Foundation.NSObject --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| name   | String<​!-- System.String --> ​  ​| ​   |+  Description:N/A
  
-<!-- MonoTouch.Foundation.NSObject --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //atIndex// 
-==== GetTargetForAction(Selector,​ NSObject) ​==== +    ​* ​Type:nint 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| NSObject<​!-- MonoTouch.Foundation.NSObject --> ​  ​| ​   |+
  
-=== Parameters === +  * //​withSubviewAtIndex//​ 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:nint 
-| action ​  | Selector<​!-- MonoTouch.ObjCRuntime.Selector --> ​  ​| ​   +    ​* Description:​N/​A
-| sender ​  | NSObject<​!-- MonoTouch.Foundation.NSObject --> ​  ​| ​   |+
  
-<!-- MonoTouch.UIKit.UIResponder --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} ExerciseAmbiguityInLayout() **
-==== GetType() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Type<!-- System.Type --> ​  ​| ​   |+
  
-=== Parameters === +N/A 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +N/A
  
-<!-- System.Object --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== HitTest(PointF,​ UIEvent) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| UIView<​!-- MonoTouch.UIKit.UIView --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  Type ^  Description ^ +<div newline></​div
-| point   | PointF<!-- System.Drawing.PointF --  |    | +** {{wiki:​PublicMethod.gif|}} FrameForAlignmentRect(CGRect) **
-| uievent ​  | UIEvent<​!-- MonoTouch.UIKit.UIEvent --> ​  ​| ​   ​|+
  
-<!-- MonoTouch.UIKit.UIView --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== Init() ==== +N/A
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:CGRect 
 +  Description:N/A
  
-<!-- MonoTouch.Foundation.NSObject --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //​alignmentRect//​ 
-==== InsertSubview(UIView,​ Int32) ​==== +    ​* ​Type:CGRect 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} GestureRecognizerShouldBegin(UIGestureRecognizer) **
-| view   | UIView<!-- MonoTouch.UIKit.UIView --  |    | +
-| atIndex ​  | Int32<​!-- System.Int32 --> ​  ​| ​   ​|+
  
-<!-- MonoTouch.UIKit.UIView --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== InsertSubviewAbove(UIView,​ UIView) ==== +N/A
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Boolean 
-| view   | UIView<​!-- MonoTouch.UIKit.UIView --> ​  ​| ​   | +  Description:N/A
-| siblingSubview ​  | UIView<​!-- MonoTouch.UIKit.UIView --> ​  ​| ​   |+
  
-<!-- MonoTouch.UIKit.UIView --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //​gestureRecognizer//​ 
-==== InsertSubviewBelow(UIView,​ UIView) ​==== +    ​* ​Type:​UIGestureRecognizer 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} GetConstraintsAffectingLayout(UILayoutConstraintAxis) **
-| view   | UIView<!-- MonoTouch.UIKit.UIView --  |    | +
-| siblingSubview ​  | UIView<​!-- MonoTouch.UIKit.UIView --> ​  ​| ​   ​|+
  
-<!-- MonoTouch.UIKit.UIView --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== InvalidateIntrinsicContentSize() ==== +N/A
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:​NSLayoutConstraint[] 
 +  Description:N/A
  
-<!-- MonoTouch.UIKit.UIView --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //axis// 
-==== Invoke(NSAction,​ TimeSpan) ​==== +    ​* ​Type:​UILayoutConstraintAxis 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} HitTest(CGPoint,​UIEvent) **
-| action ​  | NSAction<!-- MonoTouch.Foundation.NSAction --  |    | +
-| delay   | TimeSpan<​!-- System.TimeSpan --> ​  ​| ​   ​|+
  
-<!-- MonoTouch.Foundation.NSObject --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== Invoke(NSAction,​ Double) ==== +N/A
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:UIView 
-| action ​  | NSAction<​!-- MonoTouch.Foundation.NSAction --> ​  ​| ​   | +  Description:N/A
-| delay   | Double<​!-- System.Double --> ​  ​| ​   |+
  
-<!-- MonoTouch.Foundation.NSObject --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //point// 
-==== InvokeOnMainThread(NSAction) ​==== +    ​* ​Type:CGPoint 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //uievent// 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:UIEvent 
-| action ​  | NSAction<​!-- MonoTouch.Foundation.NSAction --> ​  ​| ​   |+    ​* Description:​N/​A
  
-<!-- MonoTouch.Foundation.NSObject --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} InsertSubview(UIView,nint**
-==== InvokeOnMainThread(SelectorNSObject==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +N/A 
-^  Name ^  Type ^  Description ^ +== Remarks ​== 
-| sel   | Selector<​!-- MonoTouch.ObjCRuntime.Selector --> ​  ​| ​   | +N/A
-| obj   | NSObject<​!-- MonoTouch.Foundation.NSObject --> ​  ​| ​   |+
  
-<!-- MonoTouch.Foundation.NSObject --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== IsDescendantOfView(UIView) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //view// 
-| view   | UIView<​!-- MonoTouch.UIKit.UIView --> ​  ​| ​   |+    * Type:UIView 
 +    ​* Description:​N/​A
  
-<!-- MonoTouch.UIKit.UIView --> +  * //atIndex// 
-[[#Public Methods|Go Back]] +    ​* ​Type:nint 
-==== LayoutIfNeeded() ==== +    ​* Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​PublicMethod.gif|}} InsertSubviewAbove(UIView,​UIView) **
  
-<!-- MonoTouch.UIKit.UIView --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== LayoutMarginsDidChange() ==== +N/A
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Void 
 +  Description:N/A
  
-<!-- MonoTouch.UIKit.UIView --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //view// 
-==== LayoutSubviews() ​==== +    ​* ​Type:UIView 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //​siblingSubview//​ 
-^  Name ^  ​Type ^  ​Description ​^+    ​* ​Type:UIView 
 +    * Description:N/A
  
-<!-- MonoTouch.UIKit.UIView --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} InsertSubviewBelow(UIView,​UIView**
-==== MakeTextWritingDirectionLeftToRight(NSObject==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +N/A 
-^  Name ^  Type ^  Description ^ +== Remarks ​== 
-| sender ​  | NSObject<​!-- MonoTouch.Foundation.NSObject --> ​  ​| ​   |+N/A
  
-<!-- MonoTouch.UIKit.UIResponder --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== MakeTextWritingDirectionRightToLeft(NSObject) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //view// 
-| sender ​  | NSObject<​!-- MonoTouch.Foundation.NSObject --> ​  ​| ​   |+    * Type:UIView 
 +    ​* Description:​N/​A
  
-<!-- MonoTouch.UIKit.UIResponder --> +  * //​siblingSubview//​ 
-[[#Public Methods|Go Back]] +    ​* ​Type:UIView 
-==== MotionBegan(UIEventSubtype,​ UIEvent) ==== +    ​* Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} InvalidateIntrinsicContentSize() **
-| motion ​  | UIEventSubtype<!-- MonoTouch.UIKit.UIEventSubtype --  |    | +
-| evt   | UIEvent<​!-- MonoTouch.UIKit.UIEvent --> ​  ​| ​   ​|+
  
-<!-- MonoTouch.UIKit.UIResponder --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== MotionCancelled(UIEventSubtype,​ UIEvent) ==== +N/A
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| motion ​  | UIEventSubtype<​!-- MonoTouch.UIKit.UIEventSubtype --> ​  ​| ​   | +  Description:N/A
-| evt   | UIEvent<​!-- MonoTouch.UIKit.UIEvent --> ​  ​| ​   |+
  
-<!-- MonoTouch.UIKit.UIResponder --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-==== MotionEnded(UIEventSubtype,​ UIEvent) ​==== +** {{wiki:​PublicMethod.gif|}} IsDescendantOfView(UIView) **
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +N/A 
-^  Name ^  Type ^  Description ^ +== Remarks ​== 
-| motion ​  | UIEventSubtype<​!-- MonoTouch.UIKit.UIEventSubtype --> ​  ​| ​   | +N/A
-| evt   | UIEvent<​!-- MonoTouch.UIKit.UIEvent --> ​  ​| ​   |+
  
-<!-- MonoTouch.UIKit.UIResponder --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Boolean 
-==== MovedToSuperview() ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​^+  ​* //view// 
 +    * Type:UIView 
 +    * Description:N/A
  
-<!-- MonoTouch.UIKit.UIView --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} LayoutIfNeeded() **
-==== MovedToWindow() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +N/A 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +N/A
  
-<!-- MonoTouch.UIKit.UIView --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== MutableCopy() ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| NSObject<​!-- MonoTouch.Foundation.NSObject --> ​  ​| ​   |+
  
-=== Parameters === +== Parameters == 
-^  Name ^  Type ^  Description ^+<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} LayoutMarginsDidChange() **
  
-<!-- MonoTouch.Foundation.NSObject --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== NeedsUpdateConstraints() ==== +N/A
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Void 
 +  Description:N/A
  
-<!-- MonoTouch.UIKit.UIView --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-==== ObserveValue(NSString,​ NSObject, NSDictionary,​ IntPtr) ​==== +** {{wiki:​PublicMethod.gif|}} LayoutSubviews() **
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +N/A 
-^  Name ^  Type ^  Description ^ +== Remarks ​== 
-| keyPath ​  | NSString<​!-- MonoTouch.Foundation.NSString --> ​  ​| ​   | +N/A
-| ofObject ​  | NSObject<​!-- MonoTouch.Foundation.NSObject --> ​  ​| ​   | +
-| change ​  | NSDictionary<​!-- MonoTouch.Foundation.NSDictionary --> ​  ​| ​   | +
-| context ​  | IntPtr<​!-- System.IntPtr --> ​  ​| ​   |+
  
-<!-- MonoTouch.Foundation.NSObject --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== Paste(NSObject) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  Type ^  Description ^ +<div newline></​div>​ 
-| sender ​  | NSObject<​!-- MonoTouch.Foundation.NSObject --> ​  ​| ​   ​|+** {{wiki:​PublicMethod.gif|}} MovedToSuperview() **
  
-<!-- MonoTouch.UIKit.UIResponder --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== PerformSelector(Selector,​ NSObject, Double) ==== +N/A
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| selector ​  | Selector<​!-- MonoTouch.ObjCRuntime.Selector --> ​  ​| ​   | +  Description:N/A
-| withObject ​  | NSObject<​!-- MonoTouch.Foundation.NSObject --> ​  ​| ​   | +
-| delay   | Double<​!-- System.Double --> ​  ​| ​   |+
  
-<!-- MonoTouch.Foundation.NSObject --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-==== PerformSelector(Selector,​ NSThread, NSObject, Boolean, NSString[]) ​==== +** {{wiki:​PublicMethod.gif|}} MovedToWindow() **
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +N/A 
-^  Name ^  Type ^  Description ^ +== Remarks ​== 
-| selector ​  | Selector<​!-- MonoTouch.ObjCRuntime.Selector --> ​  ​| ​   | +N/A
-| onThread ​  | NSThread<​!-- MonoTouch.Foundation.NSThread --> ​  ​| ​   | +
-| withObject ​  | NSObject<​!-- MonoTouch.Foundation.NSObject --> ​  ​| ​   | +
-| waitUntilDone ​  | Boolean<​!-- System.Boolean --> ​  ​| ​   | +
-| nsRunLoopModes ​  | NSString[]<​!-- MonoTouch.Foundation.NSString[[]] --> ​  ​| ​   |+
  
-<!-- MonoTouch.Foundation.NSObject --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== PerformSelector(Selector,​ NSThread, NSObject, Boolean) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  Type ^  Description ^ +<div newline></div
-| selector ​  | Selector<!-- MonoTouch.ObjCRuntime.Selector --  |    | +** {{wiki:​PublicMethod.gif|}} NeedsUpdateConstraints() **
-| onThread ​  | NSThread<!-- MonoTouch.Foundation.NSThread --  |    | +
-| withObject ​  | NSObject<​!-- MonoTouch.Foundation.NSObject --> ​  ​| ​   | +
-| waitUntilDone ​  | Boolean<​!-- System.Boolean --> ​  ​| ​   ​|+
  
-<!-- MonoTouch.Foundation.NSObject --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== PerformSelector(Selector,​ NSObject, Single) ==== +N/A
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Boolean 
-| sel   | Selector<​!-- MonoTouch.ObjCRuntime.Selector --> ​  ​| ​   | +  Description:N/A
-| obj   | NSObject<​!-- MonoTouch.Foundation.NSObject --> ​  ​| ​   | +
-| delay   | Single<​!-- System.Single --> ​  ​| ​   |+
  
-<!-- MonoTouch.Foundation.NSObject --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-==== PerformSelector(Selector,​ NSObject, Double, NSString[]) ​==== +** {{wiki:​PublicMethod.gif|}} PointInside(CGPoint,​UIEvent) **
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +N/A 
-^  Name ^  Type ^  Description ^ +== Remarks ​== 
-| selector ​  | Selector<​!-- MonoTouch.ObjCRuntime.Selector --> ​  ​| ​   | +N/A
-| withObject ​  | NSObject<​!-- MonoTouch.Foundation.NSObject --> ​  ​| ​   | +
-| afterDelay ​  | Double<​!-- System.Double --> ​  ​| ​   | +
-| nsRunLoopModes ​  | NSString[]<​!-- MonoTouch.Foundation.NSString[[]] --> ​  ​| ​   |+
  
-<!-- MonoTouch.Foundation.NSObject --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Boolean 
-==== PointInside(PointF,​ UIEvent) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
- Name ^  Type ^  Description ^ +  ​* //point// 
-| point   | PointF<​!-- System.Drawing.PointF --> ​  ​| ​   | +    ​* Type:​CGPoint 
-| uievent ​  | UIEvent<​!-- MonoTouch.UIKit.UIEvent --> ​  ​| ​   |+    ​* Description:​N/​A
  
-<!-- MonoTouch.UIKit.UIView --> +  * //uievent// 
-[[#Public Methods|Go Back]] +    ​* ​Type:UIEvent 
-==== ReloadInputViews() ==== +    ​* Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​PublicMethod.gif|}} RemoveConstraint(NSLayoutConstraint) **
  
-<!-- MonoTouch.UIKit.UIResponder --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== RemoteControlReceived(UIEvent) ==== +N/A
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| theEvent ​  | UIEvent<​!-- MonoTouch.UIKit.UIEvent --> ​  ​| ​   |+  Description:N/A
  
-<!-- MonoTouch.UIKit.UIResponder --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //​constraint//​ 
-==== RemoveConstraint(NSLayoutConstraint) ​==== +    ​* ​Type:​NSLayoutConstraint 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} RemoveConstraints(NSLayoutConstraint[]) **
-constraint ​  ​| ​NSLayoutConstraint<!-- MonoTouch.UIKit.NSLayoutConstraint --> ​  ​| ​   |+
  
-<!-- MonoTouch.UIKit.UIView --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== RemoveConstraints(NSLayoutConstraint[]) ==== +N/A
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| constraints ​  | NSLayoutConstraint[]<​!-- MonoTouch.UIKit.NSLayoutConstraint[[]] --> ​  ​| ​   |+  Description:N/A
  
-<!-- MonoTouch.UIKit.UIView --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //​constraints//​ 
-==== RemoveFromSuperview() ​==== +    ​* ​Type:​NSLayoutConstraint[] 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​PublicMethod.gif|}} RemoveFromSuperview() **
  
-<!-- MonoTouch.UIKit.UIView --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== RemoveGestureRecognizer(UIGestureRecognizer) ==== +N/A
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| gestureRecognizer ​  | UIGestureRecognizer<​!-- MonoTouch.UIKit.UIGestureRecognizer --> ​  ​| ​   |+  Description:N/A
  
-<!-- MonoTouch.UIKit.UIView --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-==== RemoveMotionEffect(UIMotionEffect) ​==== +** {{wiki:​PublicMethod.gif|}} RemoveGestureRecognizer(UIGestureRecognizer) **
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +N/A 
-^  Name ^  Type ^  Description ^ +== Remarks ​== 
-| effect ​  | UIMotionEffect<​!-- MonoTouch.UIKit.UIMotionEffect --> ​  ​| ​   |+N/A
  
-<!-- MonoTouch.UIKit.UIView --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== RemoveObserver(NSObject,​ String) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
- Name ^  Type ^  Description ^ +  ​* //​gestureRecognizer//​ 
-| observer ​  | NSObject<​!-- MonoTouch.Foundation.NSObject --> ​  ​| ​   | +    ​* Type:​UIGestureRecognizer 
-| keyPath ​  | String<​!-- System.String --> ​  ​| ​   |+    ​* Description:​N/​A
  
-<!-- MonoTouch.Foundation.NSObject --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} RemoveMotionEffect(UIMotionEffect**
-==== RemoveObserver(NSObject, NSString, IntPtr==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +N/A 
-^  Name ^  Type ^  Description ^ +== Remarks ​== 
-| observer ​  | NSObject<​!-- MonoTouch.Foundation.NSObject --> ​  ​| ​   | +N/A
-| keyPath ​  | NSString<​!-- MonoTouch.Foundation.NSString --> ​  ​| ​   | +
-| context ​  | IntPtr<​!-- System.IntPtr --> ​  ​| ​   |+
  
-<!-- MonoTouch.Foundation.NSObject --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== RemoveObserver(NSObject,​ String, IntPtr) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
- Name ^  Type ^  Description ^ +  ​* //effect// 
-| observer ​  | NSObject<​!-- MonoTouch.Foundation.NSObject --> ​  ​| ​   | +    ​* Type:​UIMotionEffect 
-| keyPath ​  | String<​!-- System.String --> ​  ​| ​   +    ​* Description:​N/​A
-| context ​  | IntPtr<​!-- System.IntPtr --> ​  ​| ​   |+
  
-<!-- MonoTouch.Foundation.NSObject --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} ResizableSnapshotView(CGRect,Boolean,​UIEdgeInsets**
-==== RemoveObserver(NSObjectNSString==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +N/A 
-^  Name ^  Type ^  Description ^ +== Remarks ​== 
-| observer ​  | NSObject<​!-- MonoTouch.Foundation.NSObject --> ​  ​| ​   | +N/A
-| keyPath ​  | NSString<​!-- MonoTouch.Foundation.NSString --> ​  ​| ​   |+
  
-<!-- MonoTouch.Foundation.NSObject --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:UIView 
-==== ResignFirstResponder() ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​^+  ​* //rect// 
 +    * Type:CGRect 
 +    * Description:N/A
  
-<!-- MonoTouch.UIKit.UIResponder --> +  * //​afterScreenUpdates//​ 
-[[#Public Methods|Go Back]] +    * Type:Boolean 
-==== ResizableSnapshotView(RectangleF, ​Boolean, UIEdgeInsets) ==== +    ​* ​Description:N/A
-=== Return Value === +
-^ Return Type ^ Description ​+
-| UIView<​!-- MonoTouch.UIKit.UIView --> ​  ​| ​   |+
  
-=== Parameters === +  ​* //​capInsets//​ 
-^  Name ^  Type ^  Description ^ +    ​* Type:​UIEdgeInsets 
-| rect   ​| RectangleF<​!-- System.Drawing.RectangleF --> ​  ​| ​   | +    ​* Description:​N/​A
-| afterScreenUpdates ​  | Boolean<​!-- System.Boolean --> ​  ​| ​   | +
-| capInsets ​  | UIEdgeInsets<​!-- MonoTouch.UIKit.UIEdgeInsets --> ​  ​| ​   |+
  
-<!-- MonoTouch.UIKit.UIView --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} SendSubviewToBack(UIView**
-==== RespondsToSelector(Selector==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters ​=== +N/A 
-^  Name ^  Type ^  Description ^ +== Remarks ​== 
-| sel   | Selector<​!-- MonoTouch.ObjCRuntime.Selector --> ​  ​| ​   |+N/A
  
-<!-- MonoTouch.Foundation.NSObject --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== RestoreUserActivityState(NSUserActivity) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //view// 
-| activity ​  | NSUserActivity<​!-- MonoTouch.Foundation.NSUserActivity --> ​  ​| ​   |+    * Type:UIView 
 +    ​* Description:​N/​A
  
-<!-- MonoTouch.UIKit.UIResponder --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} SetContentCompressionResistancePriority(Single,​UILayoutConstraintAxis**
-==== Select(NSObject==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +N/A 
-^  Name ^  Type ^  Description ^ +== Remarks ​== 
-| sender ​  | NSObject<​!-- MonoTouch.Foundation.NSObject --> ​  ​| ​   |+N/A
  
-<!-- MonoTouch.UIKit.UIResponder --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== SelectAll(NSObject) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​priority//​ 
-| sender ​  | NSObject<​!-- MonoTouch.Foundation.NSObject --> ​  ​| ​   |+    * Type:Single 
 +    ​* Description:​N/​A
  
-<!-- MonoTouch.UIKit.UIResponder --> +  * //axis// 
-[[#Public Methods|Go Back]] +    ​* ​Type:​UILayoutConstraintAxis 
-==== SendSubviewToBack(UIView) ==== +    ​* Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} SetContentHuggingPriority(Single,​UILayoutConstraintAxis) **
-| view   | UIView<​!-- MonoTouch.UIKit.UIView --> ​  ​| ​   ​|+
  
-<!-- MonoTouch.UIKit.UIView --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== SetContentCompressionResistancePriority(Single,​ UILayoutConstraintAxis) ==== +N/A
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| priority ​  | Single<​!-- System.Single --> ​  ​| ​   | +  Description:N/A
-| axis   | UILayoutConstraintAxis<​!-- MonoTouch.UIKit.UILayoutConstraintAxis --> ​  ​| ​   |+
  
-<!-- MonoTouch.UIKit.UIView --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //​priority//​ 
-==== SetContentHuggingPriority(Single,​ UILayoutConstraintAxis) ​==== +    ​* ​Type:Single 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //axis// 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:​UILayoutConstraintAxis 
-| priority ​  | Single<​!-- System.Single --> ​  ​| ​   +    ​* Description:​N/​A
-| axis   | UILayoutConstraintAxis<​!-- MonoTouch.UIKit.UILayoutConstraintAxis --> ​  ​| ​   |+
  
-<!-- MonoTouch.UIKit.UIView --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} SetNeedsDisplay() **
-==== SetNativeField(String, NSObject==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +N/A 
-^  Name ^  Type ^  Description ^ +== Remarks ​== 
-| name   | String<​!-- System.String --> ​  ​| ​   | +N/A
-| value   | NSObject<​!-- MonoTouch.Foundation.NSObject --> ​  ​| ​   |+
  
-<!-- MonoTouch.Foundation.NSObject --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== SetNeedsDisplay() ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Parameters == 
-^  Name ^  Type ^  Description ^+<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} SetNeedsDisplayInRect(CGRect) **
  
-<!-- MonoTouch.UIKit.UIView --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== SetNeedsDisplayInRect(RectangleF) ==== +N/A
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| rect   | RectangleF<​!-- System.Drawing.RectangleF --> ​  ​| ​   |+  Description:N/A
  
-<!-- MonoTouch.UIKit.UIView --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //rect// 
-==== SetNeedsLayout() ​==== +    ​* ​Type:CGRect 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​PublicMethod.gif|}} SetNeedsLayout() **
  
-<!-- MonoTouch.UIKit.UIView --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== SetNeedsUpdateConstraints() ==== +N/A
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Void 
 +  Description:N/A
  
-<!-- MonoTouch.UIKit.UIView --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-==== SetNilValueForKey(NSString) ​==== +** {{wiki:​PublicMethod.gif|}} SetNeedsUpdateConstraints() **
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +N/A 
-^  Name ^  Type ^  Description ^ +== Remarks ​== 
-| key   | NSString<​!-- MonoTouch.Foundation.NSString --> ​  ​| ​   |+N/A
  
-<!-- MonoTouch.Foundation.NSObject --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== SetValueForKey(NSObject,​ NSString) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  Type ^  Description ^ +<div newline></​div
-| value   | NSObject<!-- MonoTouch.Foundation.NSObject --  |    | +** {{wiki:​PublicMethod.gif|}} SizeThatFits(CGSize) **
-| key   | NSString<​!-- MonoTouch.Foundation.NSString --> ​  ​| ​   ​|+
  
-<!-- MonoTouch.Foundation.NSObject --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== SetValueForKeyPath(IntPtr,​ NSString) ==== +N/A
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:CGSize 
-| handle ​  | IntPtr<​!-- System.IntPtr --> ​  ​| ​   | +  Description:N/A
-| keyPath ​  | NSString<​!-- MonoTouch.Foundation.NSString --> ​  ​| ​   |+
  
-<!-- MonoTouch.Foundation.NSObject --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //size// 
-==== SetValueForKeyPath(NSObject,​ NSString) ​==== +    ​* ​Type:CGSize 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} SizeToFit() **
-| value   | NSObject<!-- MonoTouch.Foundation.NSObject --  |    | +
-| keyPath ​  | NSString<​!-- MonoTouch.Foundation.NSString --> ​  ​| ​   ​|+
  
-<!-- MonoTouch.Foundation.NSObject --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== SetValueForUndefinedKey(NSObject,​ NSString) ==== +N/A
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| value   | NSObject<​!-- MonoTouch.Foundation.NSObject --> ​  ​| ​   | +  Description:N/A
-| undefinedKey ​  | NSString<​!-- MonoTouch.Foundation.NSString --> ​  ​| ​   |+
  
-<!-- MonoTouch.Foundation.NSObject --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-==== SetValuesForKeysWithDictionary(NSDictionary) ​==== +** {{wiki:​PublicMethod.gif|}} SnapshotView(Boolean) **
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +N/A 
-^  Name ^  Type ^  Description ^ +== Remarks ​== 
-| keyedValues ​  | NSDictionary<​!-- MonoTouch.Foundation.NSDictionary --> ​  ​| ​   |+N/A
  
-<!-- MonoTouch.Foundation.NSObject --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:UIView 
-==== SizeThatFits(SizeF) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| SizeF<​!-- System.Drawing.SizeF --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​afterScreenUpdates//​ 
-| size   | SizeF<​!-- System.Drawing.SizeF --> ​  ​| ​   |+    * Type:Boolean 
 +    ​* Description:​N/​A
  
-<!-- MonoTouch.UIKit.UIView --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} SubviewAdded(UIView**
-==== SizeToFit() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +N/A 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +N/A
  
-<!-- MonoTouch.UIKit.UIView --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== SnapshotView(Boolean) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| UIView<​!-- MonoTouch.UIKit.UIView --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​uiview//​ 
-| afterScreenUpdates ​  | Boolean<​!-- System.Boolean --> ​  ​| ​   |+    * Type:UIView 
 +    ​* Description:​N/​A
  
-<!-- MonoTouch.UIKit.UIView --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} SystemLayoutSizeFittingSize(CGSize**
-==== StartAnimating() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +N/A 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +N/A
  
-<!-- MonoTouch.UIKit.UIImageView --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:CGSize 
-==== StopAnimating() ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​^+  ​* //size// 
 +    * Type:CGSize 
 +    * Description:N/A
  
-<!-- MonoTouch.UIKit.UIImageView --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} AccessibilityDecrement() **
-==== StringSize(String, UIFont, Single, UILineBreakMode==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| SizeF<​!-- System.Drawing.SizeF --> ​  ​| ​   |+
  
-=== Parameters ​=== +N/A 
-^  Name ^  Type ^  Description ^ +== Remarks ​== 
-| str   | String<​!-- System.String --> ​  ​| ​   | +N/A
-| font   | UIFont<​!-- MonoTouch.UIKit.UIFont --> ​  ​| ​   | +
-| forWidth ​  | Single<​!-- System.Single --> ​  ​| ​   | +
-| breakMode ​  | UILineBreakMode<​!-- MonoTouch.UIKit.UILineBreakMode --> ​  ​| ​   |+
  
-<!-- MonoTouch.UIKit.UIView --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== StringSize(String,​ UIFont) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| SizeF<​!-- System.Drawing.SizeF --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  Type ^  Description ^ +<div newline></​div
-| str   | String<!-- System.String --  |    | +** {{wiki:​PublicMethod.gif|}} AccessibilityElementDidBecomeFocused() **
-| font   | UIFont<​!-- MonoTouch.UIKit.UIFont --> ​  ​| ​   ​|+
  
-<!-- MonoTouch.UIKit.UIView --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== StringSize(String,​ UIFont, Single, ref Single, Single, UILineBreakMode) ==== +N/A
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| SizeF<​!-- System.Drawing.SizeF --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| str   | String<​!-- System.String --> ​  ​| ​   | +  Description:N/A
-| font   | UIFont<​!-- MonoTouch.UIKit.UIFont --> ​  ​| ​   | +
-| minFontSize ​  | Single<​!-- System.Single --> ​  ​| ​   | +
-| actualFontSize ​  | ref Single<​!-- System.Single --> ​  ​| ​   | +
-| forWidth ​  | Single<​!-- System.Single --> ​  ​| ​   | +
-| lineBreakMode ​  | UILineBreakMode<​!-- MonoTouch.UIKit.UILineBreakMode --> ​  ​| ​   |+
  
-<!-- MonoTouch.UIKit.UIView --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-==== StringSize(String,​ UIFont, SizeF, UILineBreakMode) ​==== +** {{wiki:​PublicMethod.gif|}} AccessibilityElementDidLoseFocus() **
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| SizeF<​!-- System.Drawing.SizeF --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +N/A 
-^  Name ^  Type ^  Description ^ +== Remarks ​== 
-| str   | String<​!-- System.String --> ​  ​| ​   | +N/A
-| font   | UIFont<​!-- MonoTouch.UIKit.UIFont --> ​  ​| ​   | +
-| constrainedToSize ​  | SizeF<​!-- System.Drawing.SizeF --> ​  ​| ​   | +
-| lineBreakMode ​  | UILineBreakMode<​!-- MonoTouch.UIKit.UILineBreakMode --> ​  ​| ​   |+
  
-<!-- MonoTouch.UIKit.UIView --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== StringSize(String,​ UIFont, SizeF) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| SizeF<​!-- System.Drawing.SizeF --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  Type ^  Description ^ +<div newline></div
-| str   | String<!-- System.String --  |    | +** {{wiki:​PublicMethod.gif|}} AccessibilityElementIsFocused() **
-| font   | UIFont<!-- MonoTouch.UIKit.UIFont --  |    | +
-| constrainedToSize ​  | SizeF<​!-- System.Drawing.SizeF --> ​  ​| ​   ​|+
  
-<!-- MonoTouch.UIKit.UIView --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== SubviewAdded(UIView) ==== +N/A
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Boolean 
-| uiview ​  | UIView<​!-- MonoTouch.UIKit.UIView --> ​  ​| ​   |+  Description:N/A
  
-<!-- MonoTouch.UIKit.UIView --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-==== SystemLayoutSizeFittingSize(SizeF) ​==== +** {{wiki:​PublicMethod.gif|}} AccessibilityIncrement() **
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| SizeF<​!-- System.Drawing.SizeF --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +N/A 
-^  Name ^  Type ^  Description ^ +== Remarks ​== 
-| size   | SizeF<​!-- System.Drawing.SizeF --> ​  ​| ​   |+N/A
  
-<!-- MonoTouch.UIKit.UIView --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== SystemLayoutSizeFittingSize(SizeF,​ Single, Single) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| SizeF<​!-- System.Drawing.SizeF --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  Type ^  Description ^ +<div newline></div
-| targetSize ​  | SizeF<!-- System.Drawing.SizeF --  |    | +** {{wiki:​PublicMethod.gif|}} AccessibilityPerformEscape() **
-| horizontalFittingPriority ​  | Single<!-- System.Single --  |    | +
-| verticalFittingPriority ​  | Single<​!-- System.Single --> ​  ​| ​   ​|+
  
-<!-- MonoTouch.UIKit.UIView --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== TintColorDidChange() ==== +N/A
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Boolean 
 +  Description:N/A
  
-<!-- MonoTouch.UIKit.UIView --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-==== ToString() ​==== +** {{wiki:​PublicMethod.gif|}} AccessibilityPerformMagicTap() **
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| String<​!-- System.String --> ​  ​| ​   ​|+
  
-=== Parameters === +N/A 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +N/A
  
-<!-- System.Object(overriden) --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Boolean 
-==== ToggleBoldface(NSObject) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  Type ^  Description ^ +<div newline></​div>​ 
-| sender ​  | NSObject<​!-- MonoTouch.Foundation.NSObject --> ​  ​| ​   ​|+** {{wiki:​PublicMethod.gif|}} AccessibilityScroll(UIAccessibilityScrollDirection) **
  
-<!-- MonoTouch.UIKit.UIResponder --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== ToggleItalics(NSObject) ==== +N/A
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Boolean 
-| sender ​  | NSObject<​!-- MonoTouch.Foundation.NSObject --> ​  ​| ​   |+  Description:N/A
  
-<!-- MonoTouch.UIKit.UIResponder --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //​direction//​ 
-==== ToggleUnderline(NSObject) ​==== +    ​* ​Type:​UIAccessibilityScrollDirection 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} BecomeFirstResponder() **
-| sender ​  | NSObject<​!-- MonoTouch.Foundation.NSObject --> ​  ​| ​   ​|+
  
-<!-- MonoTouch.UIKit.UIResponder --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== TouchesBegan(NSSet,​ UIEvent) ==== +N/A
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Boolean 
-| touches ​  | NSSet<​!-- MonoTouch.Foundation.NSSet --> ​  ​| ​   | +  Description:N/A
-| evt   | UIEvent<​!-- MonoTouch.UIKit.UIEvent --> ​  ​| ​   |+
  
-<!-- MonoTouch.UIKit.UIResponder --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-==== TouchesCancelled(NSSet,​ UIEvent) ​==== +** {{wiki:​PublicMethod.gif|}} CanPerform(Selector,​NSObject) **
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +N/A 
-^  Name ^  Type ^  Description ^ +== Remarks ​== 
-| touches ​  | NSSet<​!-- MonoTouch.Foundation.NSSet --> ​  ​| ​   | +N/A
-| evt   | UIEvent<​!-- MonoTouch.UIKit.UIEvent --> ​  ​| ​   |+
  
-<!-- MonoTouch.UIKit.UIResponder --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Boolean 
-==== TouchesEnded(NSSet,​ UIEvent) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
- Name ^  Type ^  Description ^ +  ​* //action// 
-| touches ​  | NSSet<​!-- MonoTouch.Foundation.NSSet --> ​  ​| ​   | +    ​* Type:​Selector 
-| evt   | UIEvent<​!-- MonoTouch.UIKit.UIEvent --> ​  ​| ​   |+    ​* Description:​N/​A
  
-<!-- MonoTouch.UIKit.UIResponder --> +  * //​withSender//​ 
-[[#Public Methods|Go Back]] +    ​* ​Type:NSObject 
-==== TouchesMoved(NSSet,​ UIEvent) ==== +    ​* Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} Copy(NSObject) **
-| touches ​  | NSSet<!-- MonoTouch.Foundation.NSSet --  |    | +
-| evt   | UIEvent<​!-- MonoTouch.UIKit.UIEvent --> ​  ​| ​   ​|+
  
-<!-- MonoTouch.UIKit.UIResponder --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== TraitCollectionDidChange(UITraitCollection) ==== +N/A
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| previousTraitCollection ​  | UITraitCollection<​!-- MonoTouch.UIKit.UITraitCollection --> ​  ​| ​   |+  Description:N/A
  
-<!-- MonoTouch.UIKit.UIView --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //sender// 
-==== UpdateConstraints() ​==== +    ​* ​Type:NSObject 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​PublicMethod.gif|}} Cut(NSObject) **
  
-<!-- MonoTouch.UIKit.UIView --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== UpdateConstraintsIfNeeded() ==== +N/A
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Void 
 +  Description:N/A
  
-<!-- MonoTouch.UIKit.UIView --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //sender// 
-==== UpdateUserActivityState(NSUserActivity) ​==== +    ​* ​Type:NSObject 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} Delete(NSObject) **
-| activity ​  | NSUserActivity<​!-- MonoTouch.Foundation.NSUserActivity --> ​  ​| ​   ​|+
  
-<!-- MonoTouch.UIKit.UIResponder --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== ValueForKey(NSString) ==== +N/A
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| NSObject<​!-- MonoTouch.Foundation.NSObject --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| key   | NSString<​!-- MonoTouch.Foundation.NSString --> ​  ​| ​   |+  Description:N/A
  
-<!-- MonoTouch.Foundation.NSObject --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //sender// 
-==== ValueForKeyPath(NSString) ​==== +    ​* ​Type:NSObject 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| NSObject<​!-- MonoTouch.Foundation.NSObject --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} GetTargetForAction(Selector,​NSObject) **
-| keyPath ​  | NSString<​!-- MonoTouch.Foundation.NSString --> ​  ​| ​   ​|+
  
-<!-- MonoTouch.Foundation.NSObject --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== ValueForUndefinedKey(NSString) ==== +N/A
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| NSObject<​!-- MonoTouch.Foundation.NSObject --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:NSObject 
-| key   | NSString<​!-- MonoTouch.Foundation.NSString --> ​  ​| ​   |+  Description:N/A
  
-<!-- MonoTouch.Foundation.NSObject --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //action// 
-==== ViewWithTag(Int32) ​==== +    ​* ​Type:Selector 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| UIView<​!-- MonoTouch.UIKit.UIView --> ​  ​| ​   |+
  
-=== Parameters === +  * //sender// 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:NSObject 
-| tag   | Int32<​!-- System.Int32 --> ​  ​| ​   |+    ​* Description:​N/​A
  
-<!-- MonoTouch.UIKit.UIView --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} MakeTextWritingDirectionLeftToRight(NSObject**
-==== WillChange(NSString, NSKeyValueSetMutationKind,​ NSSet==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +N/A 
-^  Name ^  Type ^  Description ^ +== Remarks ​== 
-| forKey ​  | NSString<​!-- MonoTouch.Foundation.NSString --> ​  ​| ​   | +N/A
-| mutationKind ​  | NSKeyValueSetMutationKind<​!-- MonoTouch.Foundation.NSKeyValueSetMutationKind --> ​  ​| ​   | +
-| objects ​  | NSSet<​!-- MonoTouch.Foundation.NSSet --> ​  ​| ​   |+
  
-<!-- MonoTouch.Foundation.NSObject --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== WillChange(NSKeyValueChange,​ NSIndexSet, NSString) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
- Name ^  Type ^  Description ^ +  ​* //sender// 
-| changeKind ​  | NSKeyValueChange<​!-- MonoTouch.Foundation.NSKeyValueChange --> ​  ​| ​   | +    ​* Type:​NSObject 
-| indexes ​  | NSIndexSet<​!-- MonoTouch.Foundation.NSIndexSet --> ​  ​| ​   +    ​* Description:​N/​A
-| forKey ​  | NSString<​!-- MonoTouch.Foundation.NSString --> ​  ​| ​   |+
  
-<!-- MonoTouch.Foundation.NSObject --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} MakeTextWritingDirectionRightToLeft(NSObject**
-==== WillChangeValue(String==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +N/A 
-^  Name ^  Type ^  Description ^ +== Remarks ​== 
-| forKey ​  | String<​!-- System.String --> ​  ​| ​   |+N/A
  
-<!-- MonoTouch.Foundation.NSObject --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== WillMoveToSuperview(UIView) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​sender//​ 
-| newsuper ​  | UIView<​!-- MonoTouch.UIKit.UIView --> ​  ​| ​   |+    * Type:NSObject 
 +    ​* Description:​N/​A
  
-<!-- MonoTouch.UIKit.UIView --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} MotionBegan(UIEventSubtype,​UIEvent**
-==== WillMoveToWindow(UIWindow==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +N/A 
-^  Name ^  Type ^  Description ^ +== Remarks ​== 
-| window ​  | UIWindow<​!-- MonoTouch.UIKit.UIWindow --> ​  ​| ​   |+N/A
  
-<!-- MonoTouch.UIKit.UIView --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== WillRemoveSubview(UIView) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​motion//​ 
-| uiview ​  | UIView<​!-- MonoTouch.UIKit.UIView --> ​  ​| ​   |+    * Type:​UIEventSubtype 
 +    ​* Description:​N/​A
  
-<!-- MonoTouch.UIKit.UIView --> +  * //evt// 
-[[#Public Methods|Go Back]] +    ​* ​Type:UIEvent 
-===== Protected Methods ===== +    ​* Description:​N/​A
-==== Dispose(Boolean) ==== +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} MotionCancelled(UIEventSubtype,​UIEvent) **
-| disposing ​  | Boolean<​!-- System.Boolean --> ​  ​| ​   ​|+
  
-<!-- MonoTouch.Foundation.NSObject(overriden) --> +N/A 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== DrawCore(GeoCanvas) ==== +N/A
-This method requests image from an Uri. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| geoCanvas ​  | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]<​!-- ThinkGeo.MapSuite.Core.GeoCanvas --> ​  ​| ​GeoCanvas object that holds the parameters for requesting image. ​  |+  Description:N/A
  
-<!-- ThinkGeo.MapSuite.iOSEdition.TileView(overriden) --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +  * //motion// 
-==== Finalize() ​==== +    ​* ​Type:​UIEventSubtype 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //evt// 
-^  Name ^  ​Type ^  ​Description ​^+    ​* ​Type:UIEvent 
 +    * Description:N/A
  
-<!-- System.Object(overriden) --+<div newline></​div
-[[#​Protected Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} MotionEnded(UIEventSubtype,UIEvent**
-==== InitializeHandle(IntPtrString==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +N/A 
-^  Name ^  Type ^  Description ^ +== Remarks ​== 
-| handle ​  | IntPtr<​!-- System.IntPtr --> ​  ​| ​   | +N/A
-| initSelector ​  | String<​!-- System.String --> ​  ​| ​   |+
  
-<!-- MonoTouch.Foundation.NSObject --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Void 
-==== InitializeHandle(IntPtr) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​motion//​ 
-| handle ​  | IntPtr<​!-- System.IntPtr --> ​  ​| ​   |+    * Type:​UIEventSubtype 
 +    ​* Description:​N/​A
  
-<!-- MonoTouch.Foundation.NSObject --> +  * //evt// 
-[[#​Protected Methods|Go Back]] +    ​* ​Type:UIEvent 
-==== MarkDirty() ==== +    ​* Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​PublicMethod.gif|}} Paste(NSObject) **
  
-<!-- MonoTouch.Foundation.NSObject --> +N/A 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== MemberwiseClone() ==== +N/A
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Object<​!-- System.Object --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Void 
 +  Description:N/A
  
-<!-- System.Object --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +  * //sender// 
-==== OnSendingWebRequest(SendingRequestUriTileEventArgs) ​==== +    ​* ​Type:NSObject 
-Handles the event. +    ​* Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} ReloadInputViews() **
-| e   | [[ThinkGeo.MapSuite.iOSEdition.SendingRequestUriTileEventArgs|SendingRequestUriTileEventArgs]]<!-- ThinkGeo.MapSuite.iOSEdition.SendingRequestUriTileEventArgs --  | The instance containing the event data  ​|+
  
-<!-- ThinkGeo.MapSuite.iOSEdition.UriTileView --> +N/A 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== OnSentWebRequest(SentWebRequestUriTileEventArgs) ==== +N/A
-Handles the event. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
- Name ^  ​Type ​ ​Description ​^ +  * Type:Void 
-e   | [[ThinkGeo.MapSuite.iOSEdition.SentWebRequestUriTileEventArgs|SentWebRequestUriTileEventArgs]]<!-- ThinkGeo.MapSuite.iOSEdition.SentWebRequestUriTileEventArgs --> ​  The instance containing ​the event data  ​|+  * Description:​N/​A 
 + 
 +== Parameters =
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} RemoteControlReceived(UIEvent) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  ​* Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​theEvent//​ 
 +    * Type:UIEvent 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} ResignFirstResponder() ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:​Boolean 
 +  * Description:N/A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} RestoreUserActivityState(NSUserActivity) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​activity//​ 
 +    * Type:​NSUserActivity 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} Select(NSObject) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​sender//​ 
 +    * Type:​NSObject 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} SelectAll(NSObject) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​sender//​ 
 +    * Type:​NSObject 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} ToggleBoldface(NSObject) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​sender//​ 
 +    * Type:​NSObject 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} ToggleItalics(NSObject) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​sender//​ 
 +    * Type:​NSObject 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} ToggleUnderline(NSObject) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​sender//​ 
 +    * Type:​NSObject 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} TouchesBegan(NSSet,​UIEvent) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​touches//​ 
 +    * Type:​NSSet 
 +    * Description:​N/​A 
 + 
 +  * //evt// 
 +    * Type:​UIEvent 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} TouchesCancelled(NSSet,​UIEvent) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​touches//​ 
 +    * Type:​NSSet 
 +    * Description:​N/​A 
 + 
 +  * //evt// 
 +    * Type:​UIEvent 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} TouchesEnded(NSSet,​UIEvent) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​touches//​ 
 +    * Type:​NSSet 
 +    * Description:​N/​A 
 + 
 +  * //evt// 
 +    * Type:​UIEvent 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} TouchesMoved(NSSet,​UIEvent) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​touches//​ 
 +    * Type:​NSSet 
 +    * Description:​N/​A 
 + 
 +  * //evt// 
 +    * Type:​UIEvent 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} UpdateUserActivityState(NSUserActivity) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​activity//​ 
 +    * Type:​NSUserActivity 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} PerformSelector(Selector,​NSThread,​NSObject,​Boolean,​NSString[]) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​selector//​ 
 +    * Type:​Selector 
 +    * Description:​N/​A 
 + 
 +  * //​onThread//​ 
 +    * Type:​NSThread 
 +    * Description:​N/​A 
 + 
 +  * //​withObject//​ 
 +    * Type:​NSObject 
 +    * Description:​N/​A 
 + 
 +  * //​waitUntilDone//​ 
 +    * Type:​Boolean 
 +    * Description:​N/​A 
 + 
 +  * //​nsRunLoopModes//​ 
 +    * Type:​NSString[
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} PerformSelector(Selector) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:​NSObject 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​aSelector//​ 
 +    * Type:​Selector 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} PerformSelector(Selector,​NSObject) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:​NSObject 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​aSelector//​ 
 +    * Type:​Selector 
 +    * Description:​N/​A 
 + 
 +  * //​anObject//​ 
 +    * Type:​NSObject 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} PerformSelector(Selector,​NSObject,​NSObject) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:​NSObject 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​aSelector//​ 
 +    * Type:​Selector 
 +    * Description:​N/​A 
 + 
 +  * //​object1//​ 
 +    * Type:​NSObject 
 +    * Description:​N/​A 
 + 
 +  * //​object2//​ 
 +    * Type:​NSObject 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} RemoveObserver(NSObject,​NSString,​IntPtr) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​observer//​ 
 +    * Type:​NSObject 
 +    * Description:​N/​A 
 + 
 +  * //​keyPath//​ 
 +    * Type:​NSString 
 +    * Description:​N/​A 
 + 
 +  * //​context//​ 
 +    * Type:​IntPtr 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} RemoveObserver(NSObject,​String,​IntPtr) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​observer//​ 
 +    * Type:​NSObject 
 +    * Description:​N/​A 
 + 
 +  * //​keyPath//​ 
 +    * Type:​String 
 +    * Description:​N/​A 
 + 
 +  * //​context//​ 
 +    * Type:​IntPtr 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} RemoveObserver(NSObject,​NSString) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​observer//​ 
 +    * Type:​NSObject 
 +    * Description:​N/​A 
 + 
 +  * //​keyPath//​ 
 +    * Type:​NSString 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} RemoveObserver(NSObject,​String) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​observer//​ 
 +    * Type:​NSObject 
 +    * Description:​N/​A 
 + 
 +  * //​keyPath//​ 
 +    * Type:​String 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} RespondsToSelector(Selector) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:​Boolean 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //sel// 
 +    * Type:​Selector 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} SetNilValueForKey(NSString) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //key// 
 +    * Type:​NSString 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} SetValueForKey(NSObject,​NSString) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //value// 
 +    * Type:​NSObject 
 +    * Description:​N/​A 
 + 
 +  * //key// 
 +    * Type:​NSString 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} SetValueForKeyPath(NSObject,​NSString) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //value// 
 +    * Type:​NSObject 
 +    * Description:​N/​A 
 + 
 +  * //​keyPath//​ 
 +    * Type:​NSString 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} SetValueForUndefinedKey(NSObject,​NSString) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //value// 
 +    * Type:​NSObject 
 +    * Description:​N/​A 
 + 
 +  * //​undefinedKey//​ 
 +    * Type:​NSString 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} SetValuesForKeysWithDictionary(NSDictionary) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​keyedValues//​ 
 +    * Type:​NSDictionary 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} ValueForKey(NSString) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:​NSObject 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //key// 
 +    * Type:​NSString 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} ValueForKeyPath(NSString) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:​NSObject 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​keyPath//​ 
 +    * Type:​NSString 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} ValueForUndefinedKey(NSString) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:​NSObject 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //key// 
 +    * Type:​NSString 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} WillChange(NSKeyValueChange,​NSIndexSet,​NSString) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​changeKind//​ 
 +    * Type:​NSKeyValueChange 
 +    * Description:​N/​A 
 + 
 +  * //​indexes//​ 
 +    * Type:​NSIndexSet 
 +    * Description:​N/​A 
 + 
 +  * //​forKey//​ 
 +    * Type:​NSString 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} WillChange(NSString,​NSKeyValueSetMutationKind,​NSSet) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​forKey//​ 
 +    * Type:​NSString 
 +    * Description:​N/​A 
 + 
 +  * //​mutationKind//​ 
 +    * Type:​NSKeyValueSetMutationKind 
 +    * Description:​N/​A 
 + 
 +  * //​objects//​ 
 +    * Type:​NSSet 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} WillChangeValue(String) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​forKey//​ 
 +    * Type:​String 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} Dispose() ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} ConformsToProtocol(IntPtr) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:​Boolean 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​protocol//​ 
 +    * Type:​IntPtr 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} DangerousRelease() ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} DangerousRetain() ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:​NSObject 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} DangerousAutorelease() ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:​NSObject 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} GetNativeField(String) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:​NSObject 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //name// 
 +    * Type:​String 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} SetNativeField(String,​NSObject) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //name// 
 +    * Type:​String 
 +    * Description:​N/​A 
 + 
 +  * //value// 
 +    * Type:​NSObject 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} AwakeFromNib() ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} BeginInvokeOnMainThread(Selector,​NSObject) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //sel// 
 +    * Type:​Selector 
 +    * Description:​N/​A 
 + 
 +  * //obj// 
 +    * Type:​NSObject 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} InvokeOnMainThread(Selector,​NSObject) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //sel// 
 +    * Type:​Selector 
 +    * Description:​N/​A 
 + 
 +  * //obj// 
 +    * Type:​NSObject 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} BeginInvokeOnMainThread(Action) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​action//​ 
 +    * Type:​Action 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} InvokeOnMainThread(Action) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​action//​ 
 +    * Type:​Action 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} SetValueForKeyPath(IntPtr,​NSString) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​handle//​ 
 +    * Type:​IntPtr 
 +    * Description:​N/​A 
 + 
 +  * //​keyPath//​ 
 +    * Type:​NSString 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} GetHashCode() ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:​Int32 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} Equals(Object) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:​Boolean 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //obj// 
 +    * Type:​Object 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} Equals(NSObject) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:​Boolean 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //obj// 
 +    * Type:​NSObject 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} ToString() ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:​String 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} Invoke(Action,​Double) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​action//​ 
 +    * Type:​Action 
 +    * Description:​N/​A 
 + 
 +  * //delay// 
 +    * Type:​Double 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} Invoke(Action,​TimeSpan) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​action//​ 
 +    * Type:​Action 
 +    * Description:​N/​A 
 + 
 +  * //delay// 
 +    * Type:​TimeSpan 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} AddObserver(String,​NSKeyValueObservingOptions,​Action<​NSObservedChange>​) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:​IDisposable 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //key// 
 +    * Type:​String 
 +    * Description:​N/​A 
 + 
 +  * //​options//​ 
 +    * Type:​NSKeyValueObservingOptions 
 +    * Description:​N/​A 
 + 
 +  * //​observer//​ 
 +    * Type:​Action<​NSObservedChange>​ 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} AddObserver(NSString,​NSKeyValueObservingOptions,​Action<​NSObservedChange>​) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:​IDisposable 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //key// 
 +    * Type:​NSString 
 +    * Description:​N/​A 
 + 
 +  * //​options//​ 
 +    * Type:​NSKeyValueObservingOptions 
 +    * Description:​N/​A 
 + 
 +  * //​observer//​ 
 +    * Type:​Action<​NSObservedChange>​ 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} Init() ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} AddObserver(NSObject,​NSString,​NSKeyValueObservingOptions,​IntPtr) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​observer//​ 
 +    * Type:​NSObject 
 +    * Description:​N/​A 
 + 
 +  * //​keyPath//​ 
 +    * Type:​NSString 
 +    * Description:​N/​A 
 + 
 +  * //​options//​ 
 +    * Type:​NSKeyValueObservingOptions 
 +    * Description:​N/​A 
 + 
 +  * //​context//​ 
 +    * Type:​IntPtr 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} AddObserver(NSObject,​String,​NSKeyValueObservingOptions,​IntPtr) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​observer//​ 
 +    * Type:​NSObject 
 +    * Description:​N/​A 
 + 
 +  * //​keyPath//​ 
 +    * Type:​String 
 +    * Description:​N/​A 
 + 
 +  * //​options//​ 
 +    * Type:​NSKeyValueObservingOptions 
 +    * Description:​N/​A 
 + 
 +  * //​context//​ 
 +    * Type:​IntPtr 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} Copy() ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:​NSObject 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} DidChange(NSKeyValueChange,​NSIndexSet,​NSString) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​changeKind//​ 
 +    * Type:​NSKeyValueChange 
 +    * Description:​N/​A 
 + 
 +  * //​indexes//​ 
 +    * Type:​NSIndexSet 
 +    * Description:​N/​A 
 + 
 +  * //​forKey//​ 
 +    * Type:​NSString 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} DidChange(NSString,​NSKeyValueSetMutationKind,​NSSet) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​forKey//​ 
 +    * Type:​NSString 
 +    * Description:​N/​A 
 + 
 +  * //​mutationKind//​ 
 +    * Type:​NSKeyValueSetMutationKind 
 +    * Description:​N/​A 
 + 
 +  * //​objects//​ 
 +    * Type:​NSSet 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} DidChangeValue(String) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​forKey//​ 
 +    * Type:​String 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} DoesNotRecognizeSelector(Selector) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //sel// 
 +    * Type:​Selector 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} GetDictionaryOfValuesFromKeys(NSString[]) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:​NSDictionary 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //keys// 
 +    * Type:​NSString[] 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} GetNativeHash() ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:​nuint 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} IsEqual(NSObject) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:​Boolean 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​anObject//​ 
 +    * Type:​NSObject 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} IsKindOfClass(Class) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:​Boolean 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​aClass//​ 
 +    * Type:​Class 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} IsMemberOfClass(Class) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:​Boolean 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​aClass//​ 
 +    * Type:​Class 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} MutableCopy() ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:​NSObject 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} ObserveValue(NSString,​NSObject,​NSDictionary,​IntPtr) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​keyPath//​ 
 +    * Type:​NSString 
 +    * Description:​N/​A 
 + 
 +  * //​ofObject//​ 
 +    * Type:​NSObject 
 +    * Description:​N/​A 
 + 
 +  * //​change//​ 
 +    * Type:​NSDictionary 
 +    * Description:​N/​A 
 + 
 +  * //​context//​ 
 +    * Type:​IntPtr 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} PerformSelector(Selector,​NSObject,​Double,​NSString[]) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​selector//​ 
 +    * Type:​Selector 
 +    * Description:​N/​A 
 + 
 +  * //​withObject//​ 
 +    * Type:​NSObject 
 +    * Description:​N/​A 
 + 
 +  * //​afterDelay//​ 
 +    * Type:​Double 
 +    * Description:​N/​A 
 + 
 +  * //​nsRunLoopModes//​ 
 +    * Type:​NSString[] 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} PerformSelector(Selector,​NSObject,​Double) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​selector//​ 
 +    * Type:​Selector 
 +    * Description:​N/​A 
 + 
 +  * //​withObject//​ 
 +    * Type:​NSObject 
 +    * Description:​N/​A 
 + 
 +  * //delay// 
 +    * Type:​Double 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} PerformSelector(Selector,​NSThread,​NSObject,​Boolean) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​selector//​ 
 +    * Type:​Selector 
 +    * Description:​N/​A 
 + 
 +  * //​onThread//​ 
 +    * Type:​NSThread 
 +    * Description:​N/​A 
 + 
 +  * //​withObject//​ 
 +    * Type:​NSObject 
 +    * Description:​N/​A 
 + 
 +  * //​waitUntilDone//​ 
 +    * Type:​Boolean 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} GetType() ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Type 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +==== Protected Methods ==== 
 +** {{wiki:​ProtectedMethod.gif|}} DrawCore(GeoCanvas) ** 
 + 
 +This method requests image from an Uri. 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​geoCanvas//​ 
 +    * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] 
 +    * Description:​A GeoCanvas object that holds the parameters for requesting image. 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} SendWebRequest(WebRequest) **
  
-<!-- ThinkGeo.MapSuite.iOSEdition.UriTileView --> 
-[[#​Protected Methods|Go Back]] 
-==== SendWebRequest(WebRequest) ==== 
 Sends the web request. Sends the web request.
-=== Return Value === +== Remarks == 
-^ Return ​Type ^ Description ^ +N/A 
-WebResponse<!-- System.Net.WebResponse --> ​  | WebResponse  |+ 
 +== Return Value == 
 +  ​* ​Type:​WebResponse 
 +  * Description:​WebResponse. 
 + 
 +== Parameters == 
 +  * //​webRequest//​ 
 +    * Type:​WebRequest 
 +    * Description:​The web request.
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} SendWebRequestCore(WebRequest) **
-| webRequest ​  | WebRequest<!-- System.Net.WebRequest --  | The web request  ​|+
  
-<!-- ThinkGeo.MapSuite.iOSEdition.UriTileView --> 
-[[#​Protected Methods|Go Back]] 
-==== SendWebRequestCore(WebRequest) ==== 
 Sends the web request. Sends the web request.
-=== Return Value === +== Remarks ​== 
-^ Return Type ^ Description ^ +N/A
-| WebResponse<​!-- System.Net.WebResponse --> ​  | WebResponse. ​  |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:​WebResponse 
-| webRequest ​  | WebRequest<​!-- System.Net.WebRequest --> ​  | The web request  |+  Description:​WebResponse.
  
-<!-- ThinkGeo.MapSuite.iOSEdition.UriTileView --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +  * //​webRequest//​ 
-===== Public Properties ===== +    ​* ​Type:WebRequest 
-==== AccessibilityActivationPoint ==== +    * Description:​The web request.
-=== Return Value === +
-^ Return ​Type ^ +
-| PointF<​!-- System.Drawing.PointF --> ​  |+
  
-<!-- MonoTouch.UIKit.UIView --+<div newline></​div
-[[#Public Properties|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} OnSendingWebRequest(SendingRequestUriTileEventArgs) **
-==== AccessibilityCustomActions ==== +
-=== Return Value === +
-^ Return Type ^ +
-| UIAccessibilityCustomAction[]<​!-- MonoTouch.UIKit.UIAccessibilityCustomAction[[]] --> ​  |+
  
-<!-- MonoTouch.UIKit.UIResponder --> +Handles the  event
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== AccessibilityElementsHidden ==== +N/A
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- MonoTouch.UIKit.UIView --> +== Return Value == 
-[[#Public Properties|Go Back]] +  ​* ​Type:Void 
-==== AccessibilityFrame ==== +  * Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ +
-| RectangleF<​!-- System.Drawing.RectangleF --> ​  |+
  
-<!-- MonoTouch.UIKit.UIView --> +== Parameters ​== 
-[[#Public Properties|Go Back]] +  * //e// 
-==== AccessibilityHint ​==== +    ​* ​Type:​[[ThinkGeo.MapSuite.iOSEdition.SendingRequestUriTileEventArgs|SendingRequestUriTileEventArgs]] 
-=== Return Value === +    * Description:​The ​ instance containing the event data.
-^ Return ​Type ^ +
-| String<​!-- System.String --> ​  |+
  
-<!-- MonoTouch.UIKit.UIView --+<div newline></​div
-[[#Public Properties|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} OnSentWebRequest(SentWebRequestUriTileEventArgs) **
-==== AccessibilityIdentifier ==== +
-=== Return Value === +
-^ Return Type ^ +
-| String<​!-- System.String --> ​  |+
  
-<!-- MonoTouch.UIKit.UIView --> +Handles the  event
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== AccessibilityLabel ==== +N/A
-=== Return Value === +
-^ Return Type ^ +
-| String<​!-- System.String --> ​  |+
  
-<!-- MonoTouch.UIKit.UIView --> +== Return Value == 
-[[#Public Properties|Go Back]] +  ​* ​Type:Void 
-==== AccessibilityLanguage ==== +  * Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ +
-| String<​!-- System.String --> ​  |+
  
-<!-- MonoTouch.UIKit.UIView --> +== Parameters ​== 
-[[#Public Properties|Go Back]] +  * //e// 
-==== AccessibilityNavigationStyle ​==== +    ​* ​Type:[[ThinkGeo.MapSuite.iOSEdition.SentWebRequestUriTileEventArgs|SentWebRequestUriTileEventArgs]] 
-=== Return Value === +    * Description:​The ​ instance containing the event data.
-^ Return ​Type +
-| UIAccessibilityNavigationStyle<​!-- MonoTouch.UIKit.UIAccessibilityNavigationStyle --> ​  |+
  
-<!-- MonoTouch.UIKit.UIView --+<div newline></​div
-[[#Public Properties|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} Dispose(Boolean) **
-==== AccessibilityPath ==== +
-=== Return Value === +
-^ Return Type ^ +
-| UIBezierPath<​!-- MonoTouch.UIKit.UIBezierPath --> ​  |+
  
-<!-- MonoTouch.UIKit.UIView --> +N/A 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== AccessibilityTraits ==== +N/A
-=== Return Value === +
-^ Return Type ^ +
-| UIAccessibilityTrait<​!-- MonoTouch.UIKit.UIAccessibilityTrait --> ​  |+
  
-<!-- MonoTouch.UIKit.UIView --> +== Return Value == 
-[[#Public Properties|Go Back]] +  ​* ​Type:Void 
-==== AccessibilityValue ==== +  * Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ +
-| String<​!-- System.String --> ​  |+
  
-<!-- MonoTouch.UIKit.UIView --> +== Parameters ​== 
-[[#Public Properties|Go Back]] +  * //​disposing//​ 
-==== AccessibilityViewIsModal ​==== +    ​* ​Type:Boolean 
-=== Return Value === +    * Description:​N/​A
-^ Return ​Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- MonoTouch.UIKit.UIView --+<div newline></​div
-[[#Public Properties|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} Finalize() **
-==== AlignmentRectInsets ==== +
-=== Return Value === +
-^ Return Type ^ +
-| UIEdgeInsets<​!-- MonoTouch.UIKit.UIEdgeInsets --> ​  |+
  
-<!-- MonoTouch.UIKit.UIView --> +N/A 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== Alpha ==== +N/A
-=== Return Value === +
-^ Return Type ^ +
-| Single<​!-- System.Single --> ​  |+
  
-<!-- MonoTouch.UIKit.UIView --> +== Return Value == 
-[[#Public Properties|Go Back]] +  ​* ​Type:Void 
-==== AnimationDuration ==== +  * Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ +
-| Double<​!-- System.Double --> ​  |+
  
-<!-- MonoTouch.UIKit.UIImageView --> +== Parameters ​== 
-[[#Public Properties|Go Back]] +<div newline></​div>​ 
-==== AnimationImages ​==== +** {{wiki:​ProtectedMethod.gif|}} MarkDirty() **
-=== Return Value === +
-^ Return Type ^ +
-| UIImage[]<​!-- MonoTouch.UIKit.UIImage[[]] --> ​  |+
  
-<!-- MonoTouch.UIKit.UIImageView --> +N/A 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== AnimationRepeatCount ==== +N/A
-=== Return Value === +
-^ Return Type ^ +
-| Int32<​!-- System.Int32 --> ​  |+
  
-<!-- MonoTouch.UIKit.UIImageView --> +== Return Value == 
-[[#Public Properties|Go Back]] +  ​* ​Type:Void 
-==== AutoresizingMask ==== +  * Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ +
-| UIViewAutoresizing<​!-- MonoTouch.UIKit.UIViewAutoresizing --> ​  |+
  
-<!-- MonoTouch.UIKit.UIView --> +== Parameters ​== 
-[[#Public Properties|Go Back]] +<div newline></​div>​ 
-==== AutosizesSubviews ​==== +** {{wiki:​ProtectedMethod.gif|}} InitializeHandle(IntPtr) **
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- MonoTouch.UIKit.UIView --> +N/A 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== BackgroundColor ==== +N/A
-=== Return Value === +
-^ Return Type ^ +
-| UIColor<​!-- MonoTouch.UIKit.UIColor --> ​  |+
  
-<!-- MonoTouch.UIKit.UIView --> +== Return Value == 
-[[#Public Properties|Go Back]] +  ​* ​Type:Void 
-==== BoundingBox ==== +  * Description:​N/​A
-Gets or sets the bounding box. +
-=== Return Value === +
-^ Return ​Type ^ +
-| [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<​!-- ThinkGeo.MapSuite.Core.RectangleShape --> ​  |+
  
-<!-- ThinkGeo.MapSuite.iOSEdition.TileView --> +== Parameters ​== 
-[[#Public Properties|Go Back]] +  * //handle// 
-==== Bounds ​==== +    ​* ​Type:IntPtr 
-=== Return Value === +    * Description:​N/​A
-^ Return ​Type ^ +
-| RectangleF<​!-- System.Drawing.RectangleF --> ​  |+
  
-<!-- MonoTouch.UIKit.UIView --+<div newline></​div
-[[#Public Properties|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} InitializeHandle(IntPtr,​String) **
-==== CanBecomeFirstResponder ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- MonoTouch.UIKit.UIResponder --> +N/A 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== CanResignFirstResponder ==== +N/A
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- MonoTouch.UIKit.UIResponder --> +== Return Value == 
-[[#Public Properties|Go Back]] +  ​* ​Type:Void 
-==== Center ==== +  * Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ +
-| PointF<​!-- System.Drawing.PointF --> ​  |+
  
-<!-- MonoTouch.UIKit.UIView --> +== Parameters ​== 
-[[#Public Properties|Go Back]] +  * //handle// 
-==== ClassHandle ​==== +    ​* ​Type:IntPtr 
-=== Return Value === +    * Description:​N/​A
-^ Return ​Type ^ +
-| IntPtr<​!-- System.IntPtr --> ​  |+
  
-<!-- MonoTouch.Foundation.NSObject(overriden) --> +  * //​initSelector//​ 
-[[#Public Properties|Go Back]] +    ​* ​Type:String 
-==== ClearsContextBeforeDrawing ==== +    * Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- MonoTouch.UIKit.UIView --+<div newline></​div
-[[#Public Properties|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} ClearHandle() **
-==== ClipsToBounds ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- MonoTouch.UIKit.UIView --> +N/A 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== ColumnIndex ==== +N/A
-Gets or sets the index of the column. +
-=== Return Value === +
-^ Return Type ^ +
-| Int64<​!-- System.Int64 --> ​  |+
  
-<!-- ThinkGeo.MapSuite.iOSEdition.TileView --> +== Return Value == 
-[[#Public Properties|Go Back]] +  ​* ​Type:Void 
-==== Constraints ==== +  * Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ +
-| NSLayoutConstraint[]<​!-- MonoTouch.UIKit.NSLayoutConstraint[[]] --> ​  |+
  
-<!-- MonoTouch.UIKit.UIView --> +== Parameters ​== 
-[[#Public Properties|Go Back]] +<div newline></​div>​ 
-==== ContentMode ​==== +** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() **
-=== Return Value === +
-^ Return Type ^ +
-| UIViewContentMode<​!-- MonoTouch.UIKit.UIViewContentMode --> ​  |+
  
-<!-- MonoTouch.UIKit.UIView --> +N/A 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== ContentScaleFactor ==== +N/A
-=== Return Value === +
-^ Return Type ^ +
-| Single<​!-- System.Single --> ​  |+
  
-<!-- MonoTouch.UIKit.UIView --> +== Return Value == 
-[[#Public Properties|Go Back]] +  ​* ​Type:Object 
-==== DebugDescription ==== +  * Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ +
-| String<​!-- System.String --> ​  |+
  
-<!-- MonoTouch.Foundation.NSObject --> +== Parameters ​== 
-[[#Public Properties|Go Back]] +<div newline></​div>​ 
-==== Description ​==== +==== Public Properties ​==== 
-=== Return Value === +** {{wiki:​PublicProperty.gif|}} Uri **
-^ Return Type ^ +
-| String<​!-- System.String --> ​  |+
  
-<!-- MonoTouch.Foundation.NSObject --> +This property indicates the requesting uri for the tile image source
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== EnableInputClicksWhenVisible ==== +N/A 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:Uri
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- MonoTouch.UIKit.UIView --> +** {{wiki:​PublicProperty.gif|}} WebProxy **
-[[#Public Properties|Go Back]] +
-==== ExclusiveTouch ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- MonoTouch.UIKit.UIView --> +This property gets or sets the proxy used for requesting a Web Response
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== Frame ==== +N/A 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:WebProxy
-| RectangleF<​!-- System.Drawing.RectangleF --> ​  |+
  
-<!-- MonoTouch.UIKit.UIView --> +** {{wiki:​PublicProperty.gif|}} TimeoutInSeconds **
-[[#Public Properties|Go Back]] +
-==== GestureRecognizers ==== +
-=== Return Value === +
-^ Return Type ^ +
-| UIGestureRecognizer[]<​!-- MonoTouch.UIKit.UIGestureRecognizer[[]] --> ​  |+
  
-<!-- MonoTouch.UIKit.UIView --> +Gets or sets the length of time, in seconds, before the request times out
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== Handle ==== +N/A 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:Int32
-| IntPtr<​!-- System.IntPtr --> ​  |+
  
-<!-- MonoTouch.Foundation.NSObject --> +** {{wiki:​PublicProperty.gif|}} TileWidth **
-[[#Public Properties|Go Back]] +
-==== HasAmbiguousLayout ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- MonoTouch.UIKit.UIView --> +N/A 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== Hidden ==== +N/A 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:Int32
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- MonoTouch.UIKit.UIView --> +** {{wiki:​PublicProperty.gif|}} TileHeight **
-[[#Public Properties|Go Back]] +
-==== Highlighted ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- MonoTouch.UIKit.UIImageView --> +N/A 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== HighlightedAnimationImages ==== +N/A 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:Int32
-| UIImage[]<​!-- MonoTouch.UIKit.UIImage[[]] --> ​  |+
  
-<!-- MonoTouch.UIKit.UIImageView --> +** {{wiki:​PublicProperty.gif|}} ImageSource **
-[[#Public Properties|Go Back]] +
-==== HighlightedImage ==== +
-=== Return Value === +
-^ Return Type ^ +
-| UIImage<​!-- MonoTouch.UIKit.UIImage --> ​  |+
  
-<!-- MonoTouch.UIKit.UIImageView --> +N/A 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== Image ==== +N/A 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:[[ThinkGeo.MapSuite.iOSEdition.CGNativeImage|CGNativeImage]]
-| UIImage<​!-- MonoTouch.UIKit.UIImage --> ​  |+
  
-<!-- MonoTouch.UIKit.UIImageView --> +** {{wiki:​PublicProperty.gif|}} BoundingBox **
-[[#Public Properties|Go Back]] +
-==== ImageSource ==== +
-Gets or sets the image source. +
-=== Return Value === +
-^ Return Type ^ +
-| [[ThinkGeo.MapSuite.iOSEdition.CGNativeImage|CGNativeImage]]<​!-- ThinkGeo.MapSuite.iOSEdition.CGNativeImage --> ​  |+
  
-<!-- ThinkGeo.MapSuite.iOSEdition.TileView --> +N/A 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== InputAccessoryView ==== +N/A 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]
-| UIView<​!-- MonoTouch.UIKit.UIView --> ​  |+
  
-<!-- MonoTouch.UIKit.UIResponder --> +** {{wiki:​PublicProperty.gif|}} Scale **
-[[#Public Properties|Go Back]] +
-==== InputAccessoryViewController ==== +
-=== Return Value === +
-^ Return Type ^ +
-| UIInputViewController<​!-- MonoTouch.UIKit.UIInputViewController --> ​  |+
  
-<!-- MonoTouch.UIKit.UIResponder --> +N/A 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== InputView ==== +N/A 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:Double
-| UIView<​!-- MonoTouch.UIKit.UIView --> ​  |+
  
-<!-- MonoTouch.UIKit.UIResponder --> +** {{wiki:​PublicProperty.gif|}} ColumnIndex **
-[[#Public Properties|Go Back]] +
-==== InputViewController ==== +
-=== Return Value === +
-^ Return Type ^ +
-| UIInputViewController<​!-- MonoTouch.UIKit.UIInputViewController --> ​  |+
  
-<!-- MonoTouch.UIKit.UIResponder --> +N/A 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== IntrinsicContentSize ==== +N/A 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:Int64
-| SizeF<​!-- System.Drawing.SizeF --> ​  |+
  
-<!-- MonoTouch.UIKit.UIView --> +** {{wiki:​PublicProperty.gif|}} RowIndex **
-[[#Public Properties|Go Back]] +
-==== IsAccessibilityElement ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- MonoTouch.UIKit.UIView --> +N/A 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== IsAnimating ==== +N/A 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:Int64
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- MonoTouch.UIKit.UIImageView --> +** {{wiki:​PublicProperty.gif|}} ZoomLevelIndex **
-[[#Public Properties|Go Back]] +
-==== IsFirstResponder ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- MonoTouch.UIKit.UIResponder --> +N/A 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== KeyCommands ==== +N/A 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:Int32
-| UIKeyCommand[]<​!-- MonoTouch.UIKit.UIKeyCommand[[]] --> ​  |+
  
-<!-- MonoTouch.UIKit.UIResponder --> +** {{wiki:​PublicProperty.gif|}} MapUnit **
-[[#Public Properties|Go Back]] +
-==== Layer ==== +
-=== Return Value === +
-^ Return Type ^ +
-| CALayer<​!-- MonoTouch.CoreAnimation.CALayer --> ​  |+
  
-<!-- MonoTouch.UIKit.UIView --> +N/A 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== LayoutMargins ==== +N/A 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]]
-| UIEdgeInsets<​!-- MonoTouch.UIKit.UIEdgeInsets --> ​  |+
  
-<!-- MonoTouch.UIKit.UIView --> +** {{wiki:​PublicProperty.gif|}} ClassHandle **
-[[#Public Properties|Go Back]] +
-==== MapUnit ==== +
-Gets or sets the map unit. +
-=== Return Value === +
-^ Return Type ^ +
-| [[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]]<​!-- ThinkGeo.MapSuite.Core.GeographyUnit --> ​  |+
  
-<!-- ThinkGeo.MapSuite.iOSEdition.TileView --> +N/A 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== MaskView ==== +N/A 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:IntPtr
-| UIView<​!-- MonoTouch.UIKit.UIView --> ​  |+
  
-<!-- MonoTouch.UIKit.UIView --> +** {{wiki:​PublicProperty.gif|}} AnimationDuration **
-[[#Public Properties|Go Back]] +
-==== MotionEffects ==== +
-=== Return Value === +
-^ Return Type ^ +
-| UIMotionEffect[]<​!-- MonoTouch.UIKit.UIMotionEffect[[]] --> ​  |+
  
-<!-- MonoTouch.UIKit.UIView --> +N/A 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== MultipleTouchEnabled ==== +N/A 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:Double
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- MonoTouch.UIKit.UIView --> +** {{wiki:​PublicProperty.gif|}} AnimationImages **
-[[#Public Properties|Go Back]] +
-==== NextResponder ==== +
-=== Return Value === +
-^ Return Type ^ +
-| UIResponder<​!-- MonoTouch.UIKit.UIResponder --> ​  |+
  
-<!-- MonoTouch.UIKit.UIResponder --> +N/A 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== Opaque ==== +N/A 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:UIImage[]
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- MonoTouch.UIKit.UIView --> +** {{wiki:​PublicProperty.gif|}} AnimationRepeatCount **
-[[#Public Properties|Go Back]] +
-==== PreservesSuperviewLayoutMargins ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- MonoTouch.UIKit.UIView --> +N/A 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== RestorationIdentifier ==== +N/A 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:nint
-| String<​!-- System.String --> ​  |+
  
-<!-- MonoTouch.UIKit.UIView --> +** {{wiki:​PublicProperty.gif|}} Highlighted **
-[[#Public Properties|Go Back]] +
-==== RetainCount ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Int32<​!-- System.Int32 --> ​  |+
  
-<!-- MonoTouch.Foundation.NSObject --> +N/A 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== RowIndex ==== +N/A 
-Gets or sets the index of the row. +== Return Value == 
-=== Return Value === +  ​* ​Type:Boolean
-^ Return ​Type +
-| Int64<​!-- System.Int64 --> ​  |+
  
-<!-- ThinkGeo.MapSuite.iOSEdition.TileView --> +** {{wiki:​PublicProperty.gif|}} HighlightedAnimationImages **
-[[#Public Properties|Go Back]] +
-==== Scale ==== +
-Gets or sets the scale. +
-=== Return Value === +
-^ Return Type ^ +
-| Double<​!-- System.Double --> ​  |+
  
-<!-- ThinkGeo.MapSuite.iOSEdition.TileView --> +N/A 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== ShouldGroupAccessibilityChildren ==== +N/A 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:UIImage[]
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- MonoTouch.UIKit.UIView --> +** {{wiki:​PublicProperty.gif|}} HighlightedImage **
-[[#Public Properties|Go Back]] +
-==== Subviews ==== +
-=== Return Value === +
-^ Return Type ^ +
-| UIView[]<​!-- MonoTouch.UIKit.UIView[[]] --> ​  |+
  
-<!-- MonoTouch.UIKit.UIView --> +N/A 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== SuperHandle ==== +N/A 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:UIImage
-| IntPtr<​!-- System.IntPtr --> ​  |+
  
-<!-- MonoTouch.Foundation.NSObject --> +** {{wiki:​PublicProperty.gif|}} Image **
-[[#Public Properties|Go Back]] +
-==== Superview ==== +
-=== Return Value === +
-^ Return Type ^ +
-| UIView<​!-- MonoTouch.UIKit.UIView --> ​  |+
  
-<!-- MonoTouch.UIKit.UIView --> +N/A 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== Tag ==== +N/A 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:UIImage
-| Int32<​!-- System.Int32 --> ​  |+
  
-<!-- MonoTouch.UIKit.UIView --> +** {{wiki:​PublicProperty.gif|}} IsAnimating **
-[[#Public Properties|Go Back]] +
-==== TextInputContextIdentifier ==== +
-=== Return Value === +
-^ Return Type ^ +
-| NSString<​!-- MonoTouch.Foundation.NSString --> ​  |+
  
-<!-- MonoTouch.UIKit.UIResponder --> +N/A 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== TextInputMode ==== +N/A 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:Boolean
-| UITextInputMode<​!-- MonoTouch.UIKit.UITextInputMode --> ​  |+
  
-<!-- MonoTouch.UIKit.UIResponder --> +** {{wiki:​PublicProperty.gif|}} AccessibilityActivationPoint **
-[[#Public Properties|Go Back]] +
-==== TileHeight ==== +
-Gets or sets the height of the tile. +
-=== Return Value === +
-^ Return Type ^ +
-| Int32<​!-- System.Int32 --> ​  |+
  
-<!-- ThinkGeo.MapSuite.iOSEdition.TileView --> +N/A 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== TileWidth ==== +N/A 
-Gets or sets the width of the tile. +== Return Value == 
-=== Return Value === +  ​* ​Type:CGPoint
-^ Return ​Type +
-| Int32<​!-- System.Int32 --> ​  |+
  
-<!-- ThinkGeo.MapSuite.iOSEdition.TileView --> +** {{wiki:​PublicProperty.gif|}} AccessibilityElementsHidden **
-[[#Public Properties|Go Back]] +
-==== TimeoutInSeconds ==== +
-Gets or sets the length of time, in seconds, before the request times out. +
-=== Return Value === +
-^ Return Type ^ +
-| Int32<​!-- System.Int32 --> ​  |+
  
-<!-- ThinkGeo.MapSuite.iOSEdition.UriTileView --> +N/A 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== TintAdjustmentMode ==== +N/A 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:Boolean
-| UIViewTintAdjustmentMode<​!-- MonoTouch.UIKit.UIViewTintAdjustmentMode --> ​  |+
  
-<!-- MonoTouch.UIKit.UIView --> +** {{wiki:​PublicProperty.gif|}} AccessibilityFrame **
-[[#Public Properties|Go Back]] +
-==== TintColor ==== +
-=== Return Value === +
-^ Return Type ^ +
-| UIColor<​!-- MonoTouch.UIKit.UIColor --> ​  |+
  
-<!-- MonoTouch.UIKit.UIView --> +N/A 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== TraitCollection ==== +N/A 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:CGRect
-| UITraitCollection<​!-- MonoTouch.UIKit.UITraitCollection --> ​  |+
  
-<!-- MonoTouch.UIKit.UIView --> +** {{wiki:​PublicProperty.gif|}} AccessibilityHint **
-[[#Public Properties|Go Back]] +
-==== Transform ==== +
-=== Return Value === +
-^ Return Type ^ +
-| CGAffineTransform<​!-- MonoTouch.CoreGraphics.CGAffineTransform --> ​  |+
  
-<!-- MonoTouch.UIKit.UIView --> +N/A 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== TranslatesAutoresizingMaskIntoConstraints ==== +N/A 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:String
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- MonoTouch.UIKit.UIView --> +** {{wiki:​PublicProperty.gif|}} AccessibilityIdentifier **
-[[#Public Properties|Go Back]] +
-==== UndoManager ==== +
-=== Return Value === +
-^ Return Type ^ +
-| NSUndoManager<​!-- MonoTouch.Foundation.NSUndoManager --> ​  |+
  
-<!-- MonoTouch.UIKit.UIResponder --> +N/A 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== Uri ==== +N/A 
-This property indicates the requesting uri for the tile image source. +== Return Value == 
-=== Return Value === +  ​* ​Type:String
-^ Return ​Type +
-| Uri<!-- System.Uri --> ​  |+
  
-<!-- ThinkGeo.MapSuite.iOSEdition.UriTileView --> +** {{wiki:​PublicProperty.gif|}} AccessibilityLabel **
-[[#Public Properties|Go Back]] +
-==== UserActivity ==== +
-=== Return Value === +
-^ Return Type ^ +
-| NSUserActivity<​!-- MonoTouch.Foundation.NSUserActivity --> ​  |+
  
-<!-- MonoTouch.UIKit.UIResponder --> +N/A 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== UserInteractionEnabled ==== +N/A 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:String
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- MonoTouch.UIKit.UIView --> +** {{wiki:​PublicProperty.gif|}} AccessibilityLanguage **
-[[#Public Properties|Go Back]] +
-==== ViewForBaselineLayout ==== +
-=== Return Value === +
-^ Return Type ^ +
-| UIView<​!-- MonoTouch.UIKit.UIView --> ​  |+
  
-<!-- MonoTouch.UIKit.UIView --> +N/A 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== ViewPrintFormatter ==== +N/A 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:String
-| UIViewPrintFormatter<​!-- MonoTouch.UIKit.UIViewPrintFormatter --> ​  |+
  
-<!-- MonoTouch.UIKit.UIView --> +** {{wiki:​PublicProperty.gif|}} AccessibilityNavigationStyle **
-[[#Public Properties|Go Back]] +
-==== WebProxy ==== +
-This property gets or sets the proxy used for requesting a Web Response. +
-=== Return Value === +
-^ Return Type ^ +
-| WebProxy<​!-- System.Net.WebProxy --> ​  |+
  
-<!-- ThinkGeo.MapSuite.iOSEdition.UriTileView --> +N/A 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== Window ==== +N/A 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:​UIAccessibilityNavigationStyle
-| UIWindow<​!-- MonoTouch.UIKit.UIWindow --> ​  |+
  
-<!-- MonoTouch.UIKit.UIView ​--> +** {{wiki:​PublicProperty.gif|}} AccessibilityPath ** 
-[[#​Public ​Properties|Go Back]] + 
-==== ZoomLevelIndex ​==== +N/A 
-Gets or sets the index of the zoom level+== Remarks == 
-=== Return Value === +N/A 
-Return Type ^ +== Return Value == 
-Int32<​!-- System.Int32 --> ​  |+  * Type:​UIBezierPath 
 + 
 +** {{wiki:​PublicProperty.gif|}} AccessibilityTraits ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​UIAccessibilityTrait 
 + 
 +** {{wiki:​PublicProperty.gif|}} AccessibilityValue ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​String 
 + 
 +** {{wiki:​PublicProperty.gif|}} AccessibilityViewIsModal ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} AlignmentRectInsets ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​UIEdgeInsets 
 + 
 +** {{wiki:​PublicProperty.gif|}} Alpha ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​nfloat 
 + 
 +** {{wiki:​PublicProperty.gif|}} AutoresizingMask ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​UIViewAutoresizing 
 + 
 +** {{wiki:​PublicProperty.gif|}} AutosizesSubviews ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} BackgroundColor ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​UIColor 
 + 
 +** {{wiki:​PublicProperty.gif|}} Bounds ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​CGRect 
 + 
 +** {{wiki:​PublicProperty.gif|}} Center ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​CGPoint 
 + 
 +** {{wiki:​PublicProperty.gif|}} ClearsContextBeforeDrawing ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} ClipsToBounds ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} Constraints ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​NSLayoutConstraint[] 
 + 
 +** {{wiki:​PublicProperty.gif|}} ContentMode ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​UIViewContentMode 
 + 
 +** {{wiki:​PublicProperty.gif|}} ContentScaleFactor ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​nfloat 
 + 
 +** {{wiki:​PublicProperty.gif|}} ContentStretch ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​CGRect 
 + 
 +** {{wiki:​PublicProperty.gif|}} ExclusiveTouch ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} Frame ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​CGRect 
 + 
 +** {{wiki:​PublicProperty.gif|}} GestureRecognizers ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​UIGestureRecognizer[] 
 + 
 +** {{wiki:​PublicProperty.gif|}} HasAmbiguousLayout ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} Hidden ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} IntrinsicContentSize ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​CGSize 
 + 
 +** {{wiki:​PublicProperty.gif|}} IsAccessibilityElement ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} Layer ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​CALayer 
 + 
 +** {{wiki:​PublicProperty.gif|}} LayoutMargins ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​UIEdgeInsets 
 + 
 +** {{wiki:​PublicProperty.gif|}} MaskView ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:UIView 
 + 
 +** {{wiki:​PublicProperty.gif|}} MotionEffects ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​UIMotionEffect[
 + 
 +** {{wiki:​PublicProperty.gif|}} MultipleTouchEnabled ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} Opaque ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} PreservesSuperviewLayoutMargins ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} RestorationIdentifier ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​String 
 + 
 +** {{wiki:​PublicProperty.gif|}} ShouldGroupAccessibilityChildren ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} Subviews ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:UIView[
 + 
 +** {{wiki:​PublicProperty.gif|}} Superview ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​UIView 
 + 
 +** {{wiki:​PublicProperty.gif|}} Tag ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:nint 
 + 
 +** {{wiki:​PublicProperty.gif|}} TintAdjustmentMode ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​UIViewTintAdjustmentMode 
 + 
 +** {{wiki:​PublicProperty.gif|}} TintColor ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​UIColor 
 + 
 +** {{wiki:​PublicProperty.gif|}} TraitCollection ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​UITraitCollection 
 + 
 +** {{wiki:​PublicProperty.gif|}} Transform ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​CGAffineTransform 
 + 
 +** {{wiki:​PublicProperty.gif|}} TranslatesAutoresizingMaskIntoConstraints ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} UserInteractionEnabled ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} ViewForBaselineLayout ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​UIView 
 + 
 +** {{wiki:​PublicProperty.gif|}} ViewPrintFormatter ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​UIViewPrintFormatter 
 + 
 +** {{wiki:​PublicProperty.gif|}} Window ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​UIWindow 
 + 
 +** {{wiki:​PublicProperty.gif|}} AccessibilityCustomActions ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​UIAccessibilityCustomAction[] 
 + 
 +** {{wiki:​PublicProperty.gif|}} CanBecomeFirstResponder ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} CanResignFirstResponder ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} InputAccessoryView ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​UIView 
 + 
 +** {{wiki:​PublicProperty.gif|}} InputAccessoryViewController ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​UIInputViewController 
 + 
 +** {{wiki:​PublicProperty.gif|}} InputView ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​UIView 
 + 
 +** {{wiki:​PublicProperty.gif|}} InputViewController ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​UIInputViewController 
 + 
 +** {{wiki:​PublicProperty.gif|}} IsFirstResponder ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} KeyCommands ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​UIKeyCommand[] 
 + 
 +** {{wiki:​PublicProperty.gif|}} NextResponder ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​UIResponder 
 + 
 +** {{wiki:​PublicProperty.gif|}} TextInputContextIdentifier ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​NSString 
 + 
 +** {{wiki:​PublicProperty.gif|}} TextInputMode ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​UITextInputMode 
 + 
 +** {{wiki:​PublicProperty.gif|}} UndoManager ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​NSUndoManager 
 + 
 +** {{wiki:​PublicProperty.gif|}} UserActivity ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​NSUserActivity 
 + 
 +** {{wiki:​PublicProperty.gif|}} SuperHandle ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​IntPtr 
 + 
 +** {{wiki:​PublicProperty.gif|}} Handle ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​IntPtr 
 + 
 +** {{wiki:​PublicProperty.gif|}} Class ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Class 
 + 
 +** {{wiki:​PublicProperty.gif|}} DebugDescription ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​String 
 + 
 +** {{wiki:​PublicProperty.gif|}} Description ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​String 
 + 
 +** {{wiki:​PublicProperty.gif|}} IsProxy ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} RetainCount ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​nuint 
 + 
 +** {{wiki:​PublicProperty.gif|}} Self ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​NSObject 
 + 
 +** {{wiki:​PublicProperty.gif|}} Superclass ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Class 
 + 
 +** {{wiki:​PublicProperty.gif|}} Zone ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​NSZone 
 + 
 +==== Protected ​Properties ​==== 
 +** {{wiki:​ProtectedProperty.gif|}} ThreadLocker ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Object 
 + 
 +** {{wiki:​ProtectedProperty.gif|}} AxisOrder ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.Core.WmsAxisOrder|WmsAxisOrder]] 
 + 
 +** {{wiki:​ProtectedProperty.gif|}} IsStretch ** 
 + 
 +N/A 
 +== Remarks ​== 
 +N/A 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​ProtectedProperty.gif|}} IsCanceled ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value =
 +  * Type:​Boolean 
 + 
 +** {{wiki:​ProtectedProperty.gif|}} IsDisposed ** 
 + 
 +N/A 
 +== Remarks ​== 
 +N/A 
 +== Return ​Value == 
 +  * Type:Boolean 
 + 
 +** {{wiki:​ProtectedProperty.gif|}} CacheUrl ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​String 
 + 
 +** {{wiki:​ProtectedProperty.gif|}} Exception ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Exception 
 + 
 +** {{wiki:​ProtectedProperty.gif|}} IsDirectBinding ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​ProtectedProperty.gif|}} InFinalizerQueue ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +==== Public Events ==== 
 +** {{wiki:​PublicEvent.gif|}} SendingWebRequest ** 
 +Occurs when [sending web request]. 
 +== Remarks == 
 +N/A
  
-<!-- ThinkGeo.MapSuite.iOSEdition.TileView --> +Event Arguments:[[ThinkGeo.MapSuite.iOSEdition.SendingRequestUriTileEventArgs|SendingRequestUriTileEventArgs]]
-[[#Public Properties|Go Back]] +
-===== Protected Properties ===== +
-===== Public Events ===== +
-==== SendingWebRequest ==== +
-Occurs when [[sending|web request]]. +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-[[ThinkGeo.MapSuite.iOSEdition.SendingRequestUriTileEventArgs|SendingRequestUriTileEventArgs]]<!-- ThinkGeo.MapSuite.iOSEdition.SendingRequestUriTileEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.iOSEdition.UriTileView --> +** {{wiki:​PublicEvent.gif|}} SentWebRequest ​** 
-[[#Public Events|Go Back]] +Occurs when [sent web request]. 
-==== SentWebRequest ​==== +== Remarks ​== 
-Occurs when [[sent|web request]]. +N/A
-=== Event Arguments === +
-^ Event Arguments ^ +
-| [[ThinkGeo.MapSuite.iOSEdition.SentWebRequestUriTileEventArgs|SentWebRequestUriTileEventArgs]]<​!-- ThinkGeo.MapSuite.iOSEdition.SentWebRequestUriTileEventArgs --> ​  |+
  
-<​!-- ​ThinkGeo.MapSuite.iOSEdition.UriTileView --> +Event Arguments:​[[ThinkGeo.MapSuite.iOSEdition.SentWebRequestUriTileEventArgs|SentWebRequestUriTileEventArgs]]
-[[#Public Events|Go Back]]+
  
-__NOTOC__ 
-[[Category:​iOSEdition]] 
-[[Category:​ThinkGeo.MapSuite.iOSEdition]] 
-[[Category:​UpdateDocumentation]] 
  
thinkgeo.mapsuite.iosedition.uritileview.1440040131.txt.gz · Last modified: 2015/09/21 08:35 (external edit)