This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
thinkgeo.mapsuite.iosedition.maptool [2015/08/20 03:08] 127.0.0.1 external edit |
— (current) | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== ThinkGeo.MapSuite.iOSEdition.MapTool ====== | ||
| - | |||
| - | |||
| - | |||
| - | <!-- Class --> | ||
| - | This class represents the base class of map tool controls. | ||
| - | ===== Inheritance Hierarchy ===== | ||
| - | *System.Object | ||
| - | **MonoTouch.Foundation.NSObject | ||
| - | ***MonoTouch.UIKit.UIResponder | ||
| - | ****MonoTouch.UIKit.UIView | ||
| - | *****[[ThinkGeo.MapSuite.iOSEdition.MapTool]] | ||
| - | ******[[ThinkGeo.MapSuite.iOSEdition.CenterCoordinateMapTool]] | ||
| - | ******[[ThinkGeo.MapSuite.iOSEdition.ScaleLineMapTool]] | ||
| - | ******[[ThinkGeo.MapSuite.iOSEdition.ZoomMapTool]] | ||
| - | ===== Members Summary ===== | ||
| - | ==== Public Constructors ==== | ||
| - | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | ||
| - | |||
| - | ==== Protected Constructors ==== | ||
| - | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#MapTool()|MapTool]] | | | Initializes a new instance of the class. | | ||
| - | |||
| - | ==== Public Methods ==== | ||
| - | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | ||
| - | | {{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 | NSObject | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#AccessibilityScroll(UIAccessibilityScrollDirection)|AccessibilityScroll]] | UIAccessibilityScrollDirection | UIResponder | | | ||
| - | | {{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(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}}[[#AddObserver(NSString, NSKeyValueObservingOptions, Action<NSObservedChange>)|AddObserver]] | NSString, NSKeyValueObservingOptions, Action<NSObservedChange> | NSObject | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#AddObserver(String, NSKeyValueObservingOptions, Action<NSObservedChange>)|AddObserver]] | String, NSKeyValueObservingOptions, Action<NSObservedChange> | 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(NSObject)|Copy]] | NSObject | UIResponder | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#Copy()|Copy]] | | NSObject | | | ||
| - | | {{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(NSString, NSKeyValueSetMutationKind, NSSet)|DidChange]] | NSString, NSKeyValueSetMutationKind, NSSet | NSObject | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#DidChange(NSKeyValueChange, NSIndexSet, NSString)|DidChange]] | NSKeyValueChange, NSIndexSet, NSString | NSObject | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#DidChangeValue(String)|DidChangeValue]] | String | NSObject | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#Dispose()|Dispose]] | | | Releases the resources used by the NSObject object. | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#Dispose()|Dispose]] | | NSObject | Releases the resources used by the NSObject object. | | ||
| - | | {{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}}[[#DrawRect(RectangleF, UIViewPrintFormatter)|DrawRect]] | RectangleF, UIViewPrintFormatter | 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, RectangleF, UIFont, UILineBreakMode)|DrawString]] | String, RectangleF, UIFont, UILineBreakMode | 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, 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, Single, UILineBreakMode, UIBaselineAdjustment)|DrawString]] | String, PointF, Single, UIFont, Single, Single, UILineBreakMode, UIBaselineAdjustment | UIView | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#DrawString(String, PointF, UIFont)|DrawString]] | String, PointF, UIFont | UIView | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#DrawString(String, RectangleF, UIFont)|DrawString]] | String, RectangleF, 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}}[[#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}}[[#Initialize(MapView)|Initialize]] | [[ThinkGeo.MapSuite.iOSEdition.MapView|MapView]] | | Initializes the specified map view. | | ||
| - | | {{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, Double)|Invoke]] | NSAction, Double | NSObject | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#Invoke(NSAction, TimeSpan)|Invoke]] | NSAction, TimeSpan | NSObject | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#InvokeOnMainThread(Selector, NSObject)|InvokeOnMainThread]] | Selector, NSObject | NSObject | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#InvokeOnMainThread(NSAction)|InvokeOnMainThread]] | NSAction | 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, NSThread, NSObject, Boolean, NSString[])|PerformSelector]] | Selector, NSThread, NSObject, Boolean, NSString[] | NSObject | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#PerformSelector(Selector, NSObject, Double)|PerformSelector]] | Selector, NSObject, Double | NSObject | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#PerformSelector(Selector, NSObject, Double, NSString[])|PerformSelector]] | Selector, NSObject, Double, NSString[] | NSObject | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#PerformSelector(Selector, NSObject, Single)|PerformSelector]] | Selector, NSObject, Single | NSObject | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#PerformSelector(Selector, NSThread, NSObject, Boolean)|PerformSelector]] | Selector, NSThread, NSObject, Boolean | 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, 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}}[[#RemoveObserver(NSObject, String)|RemoveObserver]] | NSObject, String | 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}}[[#StringSize(String, UIFont)|StringSize]] | String, UIFont | UIView | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#StringSize(String, UIFont, Single, UILineBreakMode)|StringSize]] | String, UIFont, Single, UILineBreakMode | UIView | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#StringSize(String, UIFont, SizeF)|StringSize]] | String, UIFont, SizeF | 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, Single, ref Single, Single, UILineBreakMode)|StringSize]] | String, UIFont, Single, ref Single, Single, UILineBreakMode | 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 ==== | ||
| - | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#Dispose(Boolean)|Dispose]] | Boolean | | Releases unmanaged and - optionally - managed resources. | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#Dispose(Boolean)|Dispose]] | Boolean | NSObject(overriden) | Releases unmanaged and - optionally - managed resources. | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#Finalize()|Finalize]] | | Object(overriden) | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#InitializeCore(MapView)|InitializeCore]] | [[ThinkGeo.MapSuite.iOSEdition.MapView|MapView]] | | This method initializes map tool. | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#InitializeHandle(IntPtr)|InitializeHandle]] | IntPtr | NSObject | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#InitializeHandle(IntPtr, String)|InitializeHandle]] | IntPtr, String | NSObject | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#MarkDirty()|MarkDirty]] | | NSObject | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#MemberwiseClone()|MemberwiseClone]] | | Object | | | ||
| - | |||
| - | ==== Public Properties ==== | ||
| - | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#AccessibilityActivationPoint|AccessibilityActivationPoint]] | PointF | UIView | | | ||
| - | | {{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}}[[#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}}[[#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}}[[#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}}[[#CurrentMap|CurrentMap]] | [[ThinkGeo.MapSuite.iOSEdition.MapView|MapView]] | | Gets or sets current map that the mapTool will be drawn on | | ||
| - | | {{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}}[[#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}}[[#IsEnabled|IsEnabled]] | Boolean | | Gets or sets a value indicating whether this instance is enabled. | | ||
| - | | {{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}}[[#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}}[[#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}}[[#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}}[[#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}}[[#Window|Window]] | UIWindow | UIView | | | ||
| - | |||
| - | ==== Protected Properties ==== | ||
| - | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | ||
| - | |||
| - | ==== Public Events ==== | ||
| - | ^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ | ||
| - | |||
| - | ===== Public Constructors ===== | ||
| - | ===== Protected Constructors ===== | ||
| - | ==== MapTool() ==== | ||
| - | Initializes a new instance of the class. | ||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | [[#Protected Constructors|Go Back]] | ||
| - | ===== Public Methods ===== | ||
| - | ==== AccessibilityActivate() ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Boolean<!-- System.Boolean --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== AccessibilityDecrement() ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIResponder --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== AccessibilityDecrement() ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- MonoTouch.Foundation.NSObject --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== AccessibilityElementDidBecomeFocused() ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIResponder --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== AccessibilityElementDidLoseFocus() ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIResponder --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== AccessibilityElementIsFocused() ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Boolean<!-- System.Boolean --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIResponder --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== AccessibilityIncrement() ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIResponder --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== AccessibilityIncrement() ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- MonoTouch.Foundation.NSObject --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== AccessibilityPerformEscape() ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Boolean<!-- System.Boolean --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIResponder --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== AccessibilityPerformMagicTap() ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Boolean<!-- System.Boolean --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIResponder --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== AccessibilityScroll(UIAccessibilityScrollDirection) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Boolean<!-- System.Boolean --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | direction | UIAccessibilityScrollDirection<!-- MonoTouch.UIKit.UIAccessibilityScrollDirection --> | | | ||
| - | |||
| - | <!-- MonoTouch.Foundation.NSObject --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== AccessibilityScroll(UIAccessibilityScrollDirection) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Boolean<!-- System.Boolean --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | direction | UIAccessibilityScrollDirection<!-- MonoTouch.UIKit.UIAccessibilityScrollDirection --> | | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIResponder --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== Add(UIView) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | view | UIView<!-- MonoTouch.UIKit.UIView --> | | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== AddConstraint(NSLayoutConstraint) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | constraint | NSLayoutConstraint<!-- MonoTouch.UIKit.NSLayoutConstraint --> | | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== AddConstraints(NSLayoutConstraint[]) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | constraints | NSLayoutConstraint[]<!-- MonoTouch.UIKit.NSLayoutConstraint[[]] --> | | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== AddGestureRecognizer(UIGestureRecognizer) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | gestureRecognizer | UIGestureRecognizer<!-- MonoTouch.UIKit.UIGestureRecognizer --> | | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== AddMotionEffect(UIMotionEffect) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | effect | UIMotionEffect<!-- MonoTouch.UIKit.UIMotionEffect --> | | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== AddObserver(NSObject, String, NSKeyValueObservingOptions, IntPtr) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | observer | NSObject<!-- MonoTouch.Foundation.NSObject --> | | | ||
| - | | keyPath | String<!-- System.String --> | | | ||
| - | | options | NSKeyValueObservingOptions<!-- MonoTouch.Foundation.NSKeyValueObservingOptions --> | | | ||
| - | | context | IntPtr<!-- System.IntPtr --> | | | ||
| - | |||
| - | <!-- MonoTouch.Foundation.NSObject --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== AddObserver(NSObject, NSString, NSKeyValueObservingOptions, IntPtr) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | observer | NSObject<!-- MonoTouch.Foundation.NSObject --> | | | ||
| - | | keyPath | NSString<!-- MonoTouch.Foundation.NSString --> | | | ||
| - | | options | NSKeyValueObservingOptions<!-- MonoTouch.Foundation.NSKeyValueObservingOptions --> | | | ||
| - | | context | IntPtr<!-- System.IntPtr --> | | | ||
| - | |||
| - | <!-- MonoTouch.Foundation.NSObject --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== AddObserver(NSString, NSKeyValueObservingOptions, Action<NSObservedChange>) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | IDisposable<!-- System.IDisposable --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | key | NSString<!-- MonoTouch.Foundation.NSString --> | | | ||
| - | | options | NSKeyValueObservingOptions<!-- MonoTouch.Foundation.NSKeyValueObservingOptions --> | | | ||
| - | | observer | Action<NSObservedChange><!-- System.Action{MonoTouch.Foundation.NSObservedChange} --> | | | ||
| - | |||
| - | <!-- MonoTouch.Foundation.NSObject --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== AddObserver(String, NSKeyValueObservingOptions, Action<NSObservedChange>) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | IDisposable<!-- System.IDisposable --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | key | String<!-- System.String --> | | | ||
| - | | options | NSKeyValueObservingOptions<!-- MonoTouch.Foundation.NSKeyValueObservingOptions --> | | | ||
| - | | observer | Action<NSObservedChange><!-- System.Action{MonoTouch.Foundation.NSObservedChange} --> | | | ||
| - | |||
| - | <!-- MonoTouch.Foundation.NSObject --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== AddSubview(UIView) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | view | UIView<!-- MonoTouch.UIKit.UIView --> | | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== AddSubviews(UIView[]) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | views | UIView[]<!-- MonoTouch.UIKit.UIView[[]] --> | | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== AlignmentRectForFrame(RectangleF) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | RectangleF<!-- System.Drawing.RectangleF --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | frame | RectangleF<!-- System.Drawing.RectangleF --> | | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== AwakeFromNib() ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- MonoTouch.Foundation.NSObject --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== BecomeFirstResponder() ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Boolean<!-- System.Boolean --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIResponder --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== BeginInvokeOnMainThread(NSAction) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | action | NSAction<!-- MonoTouch.Foundation.NSAction --> | | | ||
| - | |||
| - | <!-- MonoTouch.Foundation.NSObject --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== BeginInvokeOnMainThread(Selector, NSObject) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | sel | Selector<!-- MonoTouch.ObjCRuntime.Selector --> | | | ||
| - | | obj | NSObject<!-- MonoTouch.Foundation.NSObject --> | | | ||
| - | |||
| - | <!-- MonoTouch.Foundation.NSObject --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== BringSubviewToFront(UIView) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | view | UIView<!-- MonoTouch.UIKit.UIView --> | | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== CanPerform(Selector, NSObject) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Boolean<!-- System.Boolean --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | action | Selector<!-- MonoTouch.ObjCRuntime.Selector --> | | | ||
| - | | withSender | NSObject<!-- MonoTouch.Foundation.NSObject --> | | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIResponder --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== ConformsToProtocol(IntPtr) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Boolean<!-- System.Boolean --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | protocol | IntPtr<!-- System.IntPtr --> | | | ||
| - | |||
| - | <!-- MonoTouch.Foundation.NSObject --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== ContentCompressionResistancePriority(UILayoutConstraintAxis) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Single<!-- System.Single --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | axis | UILayoutConstraintAxis<!-- MonoTouch.UIKit.UILayoutConstraintAxis --> | | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== ContentHuggingPriority(UILayoutConstraintAxis) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Single<!-- System.Single --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | axis | UILayoutConstraintAxis<!-- MonoTouch.UIKit.UILayoutConstraintAxis --> | | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== ConvertPointFromCoordinateSpace(PointF, IUICoordinateSpace) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | PointF<!-- System.Drawing.PointF --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | point | PointF<!-- System.Drawing.PointF --> | | | ||
| - | | coordinateSpace | IUICoordinateSpace<!-- MonoTouch.UIKit.IUICoordinateSpace --> | | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== ConvertPointFromView(PointF, UIView) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | PointF<!-- System.Drawing.PointF --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | point | PointF<!-- System.Drawing.PointF --> | | | ||
| - | | fromView | UIView<!-- MonoTouch.UIKit.UIView --> | | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== ConvertPointToCoordinateSpace(PointF, IUICoordinateSpace) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | PointF<!-- System.Drawing.PointF --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | point | PointF<!-- System.Drawing.PointF --> | | | ||
| - | | coordinateSpace | IUICoordinateSpace<!-- MonoTouch.UIKit.IUICoordinateSpace --> | | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== ConvertPointToView(PointF, UIView) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | PointF<!-- System.Drawing.PointF --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | point | PointF<!-- System.Drawing.PointF --> | | | ||
| - | | toView | UIView<!-- MonoTouch.UIKit.UIView --> | | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== ConvertRectFromCoordinateSpace(RectangleF, IUICoordinateSpace) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | RectangleF<!-- System.Drawing.RectangleF --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | rect | RectangleF<!-- System.Drawing.RectangleF --> | | | ||
| - | | coordinateSpace | IUICoordinateSpace<!-- MonoTouch.UIKit.IUICoordinateSpace --> | | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== ConvertRectFromView(RectangleF, UIView) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | RectangleF<!-- System.Drawing.RectangleF --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | rect | RectangleF<!-- System.Drawing.RectangleF --> | | | ||
| - | | fromView | UIView<!-- MonoTouch.UIKit.UIView --> | | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== ConvertRectToCoordinateSpace(RectangleF, IUICoordinateSpace) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | RectangleF<!-- System.Drawing.RectangleF --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | rect | RectangleF<!-- System.Drawing.RectangleF --> | | | ||
| - | | coordinateSpace | IUICoordinateSpace<!-- MonoTouch.UIKit.IUICoordinateSpace --> | | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== ConvertRectToView(RectangleF, UIView) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | RectangleF<!-- System.Drawing.RectangleF --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | rect | RectangleF<!-- System.Drawing.RectangleF --> | | | ||
| - | | toView | UIView<!-- MonoTouch.UIKit.UIView --> | | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== Copy(NSObject) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | sender | NSObject<!-- MonoTouch.Foundation.NSObject --> | | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIResponder --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== Copy() ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | NSObject<!-- MonoTouch.Foundation.NSObject --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- MonoTouch.Foundation.NSObject --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== Cut(NSObject) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | sender | NSObject<!-- MonoTouch.Foundation.NSObject --> | | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIResponder --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== DangerousAutorelease() ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | NSObject<!-- MonoTouch.Foundation.NSObject --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- MonoTouch.Foundation.NSObject --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== DangerousRelease() ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- MonoTouch.Foundation.NSObject --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== DangerousRetain() ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | NSObject<!-- MonoTouch.Foundation.NSObject --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- MonoTouch.Foundation.NSObject --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== DecodeRestorableState(NSCoder) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | coder | NSCoder<!-- MonoTouch.Foundation.NSCoder --> | | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== Delete(NSObject) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | sender | NSObject<!-- MonoTouch.Foundation.NSObject --> | | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIResponder --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== DidChange(NSString, NSKeyValueSetMutationKind, NSSet) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | forKey | NSString<!-- MonoTouch.Foundation.NSString --> | | | ||
| - | | mutationKind | NSKeyValueSetMutationKind<!-- MonoTouch.Foundation.NSKeyValueSetMutationKind --> | | | ||
| - | | objects | NSSet<!-- MonoTouch.Foundation.NSSet --> | | | ||
| - | |||
| - | <!-- MonoTouch.Foundation.NSObject --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== DidChange(NSKeyValueChange, NSIndexSet, NSString) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | changeKind | NSKeyValueChange<!-- MonoTouch.Foundation.NSKeyValueChange --> | | | ||
| - | | indexes | NSIndexSet<!-- MonoTouch.Foundation.NSIndexSet --> | | | ||
| - | | forKey | NSString<!-- MonoTouch.Foundation.NSString --> | | | ||
| - | |||
| - | <!-- MonoTouch.Foundation.NSObject --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== DidChangeValue(String) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | forKey | String<!-- System.String --> | | | ||
| - | |||
| - | <!-- MonoTouch.Foundation.NSObject --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== Dispose() ==== | ||
| - | Releases the resources used by the NSObject object. | ||
| - | === Remarks === | ||
| - | The Dispose method releases the resources used by the NSObject class. | ||
| - | |||
| - | Calling the Dispose method when you are finished using the NSObject ensures that all external resources used by this managed object are released as soon as possible. Once you have invoked the Dispose method, the object is no longer useful and you should no longer make any calls to it. For more information on releasing resources see ``Cleaning up Unmananaged Resources// at http://msdn.microsoft.com/en-us/library/498928w2.aspx | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.iOSEdition.MapTool --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== Dispose() ==== | ||
| - | Releases the resources used by the NSObject object. | ||
| - | === Remarks === | ||
| - | The Dispose method releases the resources used by the NSObject class. | ||
| - | |||
| - | Calling the Dispose method when you are finished using the NSObject ensures that all external resources used by this managed object are released as soon as possible. Once you have invoked the Dispose method, the object is no longer useful and you should no longer make any calls to it. For more information on releasing resources see ``Cleaning up Unmananaged Resources// at http://msdn.microsoft.com/en-us/library/498928w2.aspx | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- MonoTouch.Foundation.NSObject --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== DoesNotRecognizeSelector(Selector) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | sel | Selector<!-- MonoTouch.ObjCRuntime.Selector --> | | | ||
| - | |||
| - | <!-- MonoTouch.Foundation.NSObject --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== Draw(RectangleF) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | rect | RectangleF<!-- System.Drawing.RectangleF --> | | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== DrawRect(RectangleF, UIViewPrintFormatter) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | area | RectangleF<!-- System.Drawing.RectangleF --> | | | ||
| - | | formatter | UIViewPrintFormatter<!-- MonoTouch.UIKit.UIViewPrintFormatter --> | | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== DrawString(String, RectangleF, UIFont, UILineBreakMode, UITextAlignment) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | SizeF<!-- System.Drawing.SizeF --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | str | String<!-- System.String --> | | | ||
| - | | rect | RectangleF<!-- System.Drawing.RectangleF --> | | | ||
| - | | font | UIFont<!-- MonoTouch.UIKit.UIFont --> | | | ||
| - | | mode | UILineBreakMode<!-- MonoTouch.UIKit.UILineBreakMode --> | | | ||
| - | | alignment | UITextAlignment<!-- MonoTouch.UIKit.UITextAlignment --> | | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== DrawString(String, RectangleF, UIFont, UILineBreakMode) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | SizeF<!-- System.Drawing.SizeF --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | str | String<!-- System.String --> | | | ||
| - | | rect | RectangleF<!-- System.Drawing.RectangleF --> | | | ||
| - | | font | UIFont<!-- MonoTouch.UIKit.UIFont --> | | | ||
| - | | mode | UILineBreakMode<!-- MonoTouch.UIKit.UILineBreakMode --> | | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== DrawString(String, PointF, Single, UIFont, Single, ref Single, UILineBreakMode, UIBaselineAdjustment) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | SizeF<!-- System.Drawing.SizeF --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | str | String<!-- System.String --> | | | ||
| - | | 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 --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== DrawString(String, PointF, Single, UIFont, Single, UILineBreakMode, UIBaselineAdjustment) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | SizeF<!-- System.Drawing.SizeF --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | 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 --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== DrawString(String, PointF, Single, UIFont, Single, Single, UILineBreakMode, UIBaselineAdjustment) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | SizeF<!-- System.Drawing.SizeF --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | 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 --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== DrawString(String, PointF, UIFont) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | SizeF<!-- System.Drawing.SizeF --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | str | String<!-- System.String --> | | | ||
| - | | point | PointF<!-- System.Drawing.PointF --> | | | ||
| - | | font | UIFont<!-- MonoTouch.UIKit.UIFont --> | | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== DrawString(String, RectangleF, UIFont) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | SizeF<!-- System.Drawing.SizeF --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | str | String<!-- System.String --> | | | ||
| - | | rect | RectangleF<!-- System.Drawing.RectangleF --> | | | ||
| - | | font | UIFont<!-- MonoTouch.UIKit.UIFont --> | | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== DrawString(String, PointF, Single, UIFont, UILineBreakMode) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | SizeF<!-- System.Drawing.SizeF --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | str | String<!-- System.String --> | | | ||
| - | | point | PointF<!-- System.Drawing.PointF --> | | | ||
| - | | width | Single<!-- System.Single --> | | | ||
| - | | font | UIFont<!-- MonoTouch.UIKit.UIFont --> | | | ||
| - | | breakMode | UILineBreakMode<!-- MonoTouch.UIKit.UILineBreakMode --> | | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== DrawViewHierarchy(RectangleF, Boolean) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Boolean<!-- System.Boolean --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | rect | RectangleF<!-- System.Drawing.RectangleF --> | | | ||
| - | | afterScreenUpdates | Boolean<!-- System.Boolean --> | | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== EncodeRestorableState(NSCoder) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | coder | NSCoder<!-- MonoTouch.Foundation.NSCoder --> | | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== EncodeTo(NSCoder) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | coder | NSCoder<!-- MonoTouch.Foundation.NSCoder --> | | | ||
| - | |||
| - | <!-- MonoTouch.Foundation.NSObject --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== EndEditing(Boolean) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Boolean<!-- System.Boolean --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | force | Boolean<!-- System.Boolean --> | | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== Equals(Object) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Boolean<!-- System.Boolean --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | obj | Object<!-- System.Object --> | | | ||
| - | |||
| - | <!-- System.Object --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== ExchangeSubview(Int32, Int32) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | atIndex | Int32<!-- System.Int32 --> | | | ||
| - | | withSubviewAtIndex | Int32<!-- System.Int32 --> | | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== ExerciseAmbiguityInLayout() ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== FrameForAlignmentRect(RectangleF) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | RectangleF<!-- System.Drawing.RectangleF --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | alignmentRect | RectangleF<!-- System.Drawing.RectangleF --> | | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== GestureRecognizerShouldBegin(UIGestureRecognizer) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Boolean<!-- System.Boolean --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | gestureRecognizer | UIGestureRecognizer<!-- MonoTouch.UIKit.UIGestureRecognizer --> | | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== GetConstraintsAffectingLayout(UILayoutConstraintAxis) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | NSLayoutConstraint[]<!-- MonoTouch.UIKit.NSLayoutConstraint[[]] --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | axis | UILayoutConstraintAxis<!-- MonoTouch.UIKit.UILayoutConstraintAxis --> | | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== GetDictionaryOfValuesFromKeys(NSString[]) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | NSDictionary<!-- MonoTouch.Foundation.NSDictionary --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | keys | NSString[]<!-- MonoTouch.Foundation.NSString[[]] --> | | | ||
| - | |||
| - | <!-- MonoTouch.Foundation.NSObject --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== GetEnumerator() ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | IEnumerator<!-- System.Collections.IEnumerator --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== GetHashCode() ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Int32<!-- System.Int32 --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- System.Object --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== GetNativeField(String) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | NSObject<!-- MonoTouch.Foundation.NSObject --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | name | String<!-- System.String --> | | | ||
| - | |||
| - | <!-- MonoTouch.Foundation.NSObject --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== GetTargetForAction(Selector, NSObject) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | NSObject<!-- MonoTouch.Foundation.NSObject --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | action | Selector<!-- MonoTouch.ObjCRuntime.Selector --> | | | ||
| - | | sender | NSObject<!-- MonoTouch.Foundation.NSObject --> | | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIResponder --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== GetType() ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Type<!-- System.Type --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- System.Object --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== HitTest(PointF, UIEvent) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | UIView<!-- MonoTouch.UIKit.UIView --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | point | PointF<!-- System.Drawing.PointF --> | | | ||
| - | | uievent | UIEvent<!-- MonoTouch.UIKit.UIEvent --> | | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== Init() ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- MonoTouch.Foundation.NSObject --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== Initialize(MapView) ==== | ||
| - | Initializes the specified map view. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | mapView | [[ThinkGeo.MapSuite.iOSEdition.MapView|MapView]]<!-- ThinkGeo.MapSuite.iOSEdition.MapView --> | The map view. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.iOSEdition.MapTool --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== InsertSubview(UIView, Int32) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | view | UIView<!-- MonoTouch.UIKit.UIView --> | | | ||
| - | | atIndex | Int32<!-- System.Int32 --> | | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== InsertSubviewAbove(UIView, UIView) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | view | UIView<!-- MonoTouch.UIKit.UIView --> | | | ||
| - | | siblingSubview | UIView<!-- MonoTouch.UIKit.UIView --> | | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== InsertSubviewBelow(UIView, UIView) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | view | UIView<!-- MonoTouch.UIKit.UIView --> | | | ||
| - | | siblingSubview | UIView<!-- MonoTouch.UIKit.UIView --> | | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== InvalidateIntrinsicContentSize() ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== Invoke(NSAction, Double) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | action | NSAction<!-- MonoTouch.Foundation.NSAction --> | | | ||
| - | | delay | Double<!-- System.Double --> | | | ||
| - | |||
| - | <!-- MonoTouch.Foundation.NSObject --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== Invoke(NSAction, TimeSpan) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | action | NSAction<!-- MonoTouch.Foundation.NSAction --> | | | ||
| - | | delay | TimeSpan<!-- System.TimeSpan --> | | | ||
| - | |||
| - | <!-- MonoTouch.Foundation.NSObject --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== InvokeOnMainThread(Selector, NSObject) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | sel | Selector<!-- MonoTouch.ObjCRuntime.Selector --> | | | ||
| - | | obj | NSObject<!-- MonoTouch.Foundation.NSObject --> | | | ||
| - | |||
| - | <!-- MonoTouch.Foundation.NSObject --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== InvokeOnMainThread(NSAction) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | action | NSAction<!-- MonoTouch.Foundation.NSAction --> | | | ||
| - | |||
| - | <!-- MonoTouch.Foundation.NSObject --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== IsDescendantOfView(UIView) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Boolean<!-- System.Boolean --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | view | UIView<!-- MonoTouch.UIKit.UIView --> | | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== LayoutIfNeeded() ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== LayoutMarginsDidChange() ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== LayoutSubviews() ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== MakeTextWritingDirectionLeftToRight(NSObject) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | sender | NSObject<!-- MonoTouch.Foundation.NSObject --> | | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIResponder --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== MakeTextWritingDirectionRightToLeft(NSObject) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | sender | NSObject<!-- MonoTouch.Foundation.NSObject --> | | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIResponder --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== MotionBegan(UIEventSubtype, UIEvent) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | motion | UIEventSubtype<!-- MonoTouch.UIKit.UIEventSubtype --> | | | ||
| - | | evt | UIEvent<!-- MonoTouch.UIKit.UIEvent --> | | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIResponder --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== MotionCancelled(UIEventSubtype, UIEvent) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | motion | UIEventSubtype<!-- MonoTouch.UIKit.UIEventSubtype --> | | | ||
| - | | evt | UIEvent<!-- MonoTouch.UIKit.UIEvent --> | | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIResponder --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== MotionEnded(UIEventSubtype, UIEvent) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | motion | UIEventSubtype<!-- MonoTouch.UIKit.UIEventSubtype --> | | | ||
| - | | evt | UIEvent<!-- MonoTouch.UIKit.UIEvent --> | | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIResponder --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== MovedToSuperview() ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== MovedToWindow() ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== MutableCopy() ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | NSObject<!-- MonoTouch.Foundation.NSObject --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- MonoTouch.Foundation.NSObject --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== NeedsUpdateConstraints() ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Boolean<!-- System.Boolean --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== ObserveValue(NSString, NSObject, NSDictionary, IntPtr) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | keyPath | NSString<!-- MonoTouch.Foundation.NSString --> | | | ||
| - | | ofObject | NSObject<!-- MonoTouch.Foundation.NSObject --> | | | ||
| - | | change | NSDictionary<!-- MonoTouch.Foundation.NSDictionary --> | | | ||
| - | | context | IntPtr<!-- System.IntPtr --> | | | ||
| - | |||
| - | <!-- MonoTouch.Foundation.NSObject --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== Paste(NSObject) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | sender | NSObject<!-- MonoTouch.Foundation.NSObject --> | | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIResponder --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== PerformSelector(Selector, NSThread, NSObject, Boolean, NSString[]) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | selector | Selector<!-- MonoTouch.ObjCRuntime.Selector --> | | | ||
| - | | onThread | NSThread<!-- MonoTouch.Foundation.NSThread --> | | | ||
| - | | withObject | NSObject<!-- MonoTouch.Foundation.NSObject --> | | | ||
| - | | waitUntilDone | Boolean<!-- System.Boolean --> | | | ||
| - | | nsRunLoopModes | NSString[]<!-- MonoTouch.Foundation.NSString[[]] --> | | | ||
| - | |||
| - | <!-- MonoTouch.Foundation.NSObject --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== PerformSelector(Selector, NSObject, Double) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | selector | Selector<!-- MonoTouch.ObjCRuntime.Selector --> | | | ||
| - | | withObject | NSObject<!-- MonoTouch.Foundation.NSObject --> | | | ||
| - | | delay | Double<!-- System.Double --> | | | ||
| - | |||
| - | <!-- MonoTouch.Foundation.NSObject --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== PerformSelector(Selector, NSObject, Double, NSString[]) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | selector | Selector<!-- MonoTouch.ObjCRuntime.Selector --> | | | ||
| - | | withObject | NSObject<!-- MonoTouch.Foundation.NSObject --> | | | ||
| - | | afterDelay | Double<!-- System.Double --> | | | ||
| - | | nsRunLoopModes | NSString[]<!-- MonoTouch.Foundation.NSString[[]] --> | | | ||
| - | |||
| - | <!-- MonoTouch.Foundation.NSObject --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== PerformSelector(Selector, NSObject, Single) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | sel | Selector<!-- MonoTouch.ObjCRuntime.Selector --> | | | ||
| - | | obj | NSObject<!-- MonoTouch.Foundation.NSObject --> | | | ||
| - | | delay | Single<!-- System.Single --> | | | ||
| - | |||
| - | <!-- MonoTouch.Foundation.NSObject --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== PerformSelector(Selector, NSThread, NSObject, Boolean) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | selector | Selector<!-- MonoTouch.ObjCRuntime.Selector --> | | | ||
| - | | onThread | NSThread<!-- MonoTouch.Foundation.NSThread --> | | | ||
| - | | withObject | NSObject<!-- MonoTouch.Foundation.NSObject --> | | | ||
| - | | waitUntilDone | Boolean<!-- System.Boolean --> | | | ||
| - | |||
| - | <!-- MonoTouch.Foundation.NSObject --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== PointInside(PointF, UIEvent) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Boolean<!-- System.Boolean --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | point | PointF<!-- System.Drawing.PointF --> | | | ||
| - | | uievent | UIEvent<!-- MonoTouch.UIKit.UIEvent --> | | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== ReloadInputViews() ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIResponder --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== RemoteControlReceived(UIEvent) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | theEvent | UIEvent<!-- MonoTouch.UIKit.UIEvent --> | | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIResponder --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== RemoveConstraint(NSLayoutConstraint) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | constraint | NSLayoutConstraint<!-- MonoTouch.UIKit.NSLayoutConstraint --> | | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== RemoveConstraints(NSLayoutConstraint[]) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | constraints | NSLayoutConstraint[]<!-- MonoTouch.UIKit.NSLayoutConstraint[[]] --> | | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== RemoveFromSuperview() ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== RemoveGestureRecognizer(UIGestureRecognizer) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | gestureRecognizer | UIGestureRecognizer<!-- MonoTouch.UIKit.UIGestureRecognizer --> | | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== RemoveMotionEffect(UIMotionEffect) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | effect | UIMotionEffect<!-- MonoTouch.UIKit.UIMotionEffect --> | | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== RemoveObserver(NSObject, NSString, IntPtr) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | observer | NSObject<!-- MonoTouch.Foundation.NSObject --> | | | ||
| - | | keyPath | NSString<!-- MonoTouch.Foundation.NSString --> | | | ||
| - | | context | IntPtr<!-- System.IntPtr --> | | | ||
| - | |||
| - | <!-- MonoTouch.Foundation.NSObject --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== RemoveObserver(NSObject, String, IntPtr) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | observer | NSObject<!-- MonoTouch.Foundation.NSObject --> | | | ||
| - | | keyPath | String<!-- System.String --> | | | ||
| - | | context | IntPtr<!-- System.IntPtr --> | | | ||
| - | |||
| - | <!-- MonoTouch.Foundation.NSObject --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== RemoveObserver(NSObject, NSString) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | observer | NSObject<!-- MonoTouch.Foundation.NSObject --> | | | ||
| - | | keyPath | NSString<!-- MonoTouch.Foundation.NSString --> | | | ||
| - | |||
| - | <!-- MonoTouch.Foundation.NSObject --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== RemoveObserver(NSObject, String) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | observer | NSObject<!-- MonoTouch.Foundation.NSObject --> | | | ||
| - | | keyPath | String<!-- System.String --> | | | ||
| - | |||
| - | <!-- MonoTouch.Foundation.NSObject --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== ResignFirstResponder() ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Boolean<!-- System.Boolean --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIResponder --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== ResizableSnapshotView(RectangleF, Boolean, UIEdgeInsets) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | UIView<!-- MonoTouch.UIKit.UIView --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | rect | RectangleF<!-- System.Drawing.RectangleF --> | | | ||
| - | | afterScreenUpdates | Boolean<!-- System.Boolean --> | | | ||
| - | | capInsets | UIEdgeInsets<!-- MonoTouch.UIKit.UIEdgeInsets --> | | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== RespondsToSelector(Selector) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Boolean<!-- System.Boolean --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | sel | Selector<!-- MonoTouch.ObjCRuntime.Selector --> | | | ||
| - | |||
| - | <!-- MonoTouch.Foundation.NSObject --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== RestoreUserActivityState(NSUserActivity) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | activity | NSUserActivity<!-- MonoTouch.Foundation.NSUserActivity --> | | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIResponder --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== Select(NSObject) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | sender | NSObject<!-- MonoTouch.Foundation.NSObject --> | | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIResponder --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== SelectAll(NSObject) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | sender | NSObject<!-- MonoTouch.Foundation.NSObject --> | | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIResponder --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== SendSubviewToBack(UIView) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | view | UIView<!-- MonoTouch.UIKit.UIView --> | | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== SetContentCompressionResistancePriority(Single, UILayoutConstraintAxis) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | priority | Single<!-- System.Single --> | | | ||
| - | | axis | UILayoutConstraintAxis<!-- MonoTouch.UIKit.UILayoutConstraintAxis --> | | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== SetContentHuggingPriority(Single, UILayoutConstraintAxis) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | priority | Single<!-- System.Single --> | | | ||
| - | | axis | UILayoutConstraintAxis<!-- MonoTouch.UIKit.UILayoutConstraintAxis --> | | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== SetNativeField(String, NSObject) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | name | String<!-- System.String --> | | | ||
| - | | value | NSObject<!-- MonoTouch.Foundation.NSObject --> | | | ||
| - | |||
| - | <!-- MonoTouch.Foundation.NSObject --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== SetNeedsDisplay() ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== SetNeedsDisplayInRect(RectangleF) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | rect | RectangleF<!-- System.Drawing.RectangleF --> | | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== SetNeedsLayout() ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== SetNeedsUpdateConstraints() ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== SetNilValueForKey(NSString) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | key | NSString<!-- MonoTouch.Foundation.NSString --> | | | ||
| - | |||
| - | <!-- MonoTouch.Foundation.NSObject --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== SetValueForKey(NSObject, NSString) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | value | NSObject<!-- MonoTouch.Foundation.NSObject --> | | | ||
| - | | key | NSString<!-- MonoTouch.Foundation.NSString --> | | | ||
| - | |||
| - | <!-- MonoTouch.Foundation.NSObject --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== SetValueForKeyPath(IntPtr, NSString) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | handle | IntPtr<!-- System.IntPtr --> | | | ||
| - | | keyPath | NSString<!-- MonoTouch.Foundation.NSString --> | | | ||
| - | |||
| - | <!-- MonoTouch.Foundation.NSObject --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== SetValueForKeyPath(NSObject, NSString) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | value | NSObject<!-- MonoTouch.Foundation.NSObject --> | | | ||
| - | | keyPath | NSString<!-- MonoTouch.Foundation.NSString --> | | | ||
| - | |||
| - | <!-- MonoTouch.Foundation.NSObject --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== SetValueForUndefinedKey(NSObject, NSString) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | value | NSObject<!-- MonoTouch.Foundation.NSObject --> | | | ||
| - | | undefinedKey | NSString<!-- MonoTouch.Foundation.NSString --> | | | ||
| - | |||
| - | <!-- MonoTouch.Foundation.NSObject --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== SetValuesForKeysWithDictionary(NSDictionary) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | keyedValues | NSDictionary<!-- MonoTouch.Foundation.NSDictionary --> | | | ||
| - | |||
| - | <!-- MonoTouch.Foundation.NSObject --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== SizeThatFits(SizeF) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | SizeF<!-- System.Drawing.SizeF --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | size | SizeF<!-- System.Drawing.SizeF --> | | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== SizeToFit() ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== SnapshotView(Boolean) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | UIView<!-- MonoTouch.UIKit.UIView --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | afterScreenUpdates | Boolean<!-- System.Boolean --> | | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== StringSize(String, UIFont) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | SizeF<!-- System.Drawing.SizeF --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | str | String<!-- System.String --> | | | ||
| - | | font | UIFont<!-- MonoTouch.UIKit.UIFont --> | | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== StringSize(String, UIFont, Single, UILineBreakMode) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | SizeF<!-- System.Drawing.SizeF --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | str | String<!-- System.String --> | | | ||
| - | | font | UIFont<!-- MonoTouch.UIKit.UIFont --> | | | ||
| - | | forWidth | Single<!-- System.Single --> | | | ||
| - | | breakMode | UILineBreakMode<!-- MonoTouch.UIKit.UILineBreakMode --> | | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== StringSize(String, UIFont, SizeF) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | SizeF<!-- System.Drawing.SizeF --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | str | String<!-- System.String --> | | | ||
| - | | font | UIFont<!-- MonoTouch.UIKit.UIFont --> | | | ||
| - | | constrainedToSize | SizeF<!-- System.Drawing.SizeF --> | | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== StringSize(String, UIFont, SizeF, UILineBreakMode) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | SizeF<!-- System.Drawing.SizeF --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | str | String<!-- System.String --> | | | ||
| - | | font | UIFont<!-- MonoTouch.UIKit.UIFont --> | | | ||
| - | | constrainedToSize | SizeF<!-- System.Drawing.SizeF --> | | | ||
| - | | lineBreakMode | UILineBreakMode<!-- MonoTouch.UIKit.UILineBreakMode --> | | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== StringSize(String, UIFont, Single, ref Single, Single, UILineBreakMode) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | SizeF<!-- System.Drawing.SizeF --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | str | String<!-- System.String --> | | | ||
| - | | 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 --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== SubviewAdded(UIView) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | uiview | UIView<!-- MonoTouch.UIKit.UIView --> | | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== SystemLayoutSizeFittingSize(SizeF) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | SizeF<!-- System.Drawing.SizeF --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | size | SizeF<!-- System.Drawing.SizeF --> | | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== SystemLayoutSizeFittingSize(SizeF, Single, Single) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | SizeF<!-- System.Drawing.SizeF --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | targetSize | SizeF<!-- System.Drawing.SizeF --> | | | ||
| - | | horizontalFittingPriority | Single<!-- System.Single --> | | | ||
| - | | verticalFittingPriority | Single<!-- System.Single --> | | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== TintColorDidChange() ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== ToString() ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | String<!-- System.String --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- System.Object(overriden) --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== ToggleBoldface(NSObject) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | sender | NSObject<!-- MonoTouch.Foundation.NSObject --> | | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIResponder --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== ToggleItalics(NSObject) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | sender | NSObject<!-- MonoTouch.Foundation.NSObject --> | | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIResponder --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== ToggleUnderline(NSObject) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | sender | NSObject<!-- MonoTouch.Foundation.NSObject --> | | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIResponder --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== TouchesBegan(NSSet, UIEvent) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | touches | NSSet<!-- MonoTouch.Foundation.NSSet --> | | | ||
| - | | evt | UIEvent<!-- MonoTouch.UIKit.UIEvent --> | | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIResponder --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== TouchesCancelled(NSSet, UIEvent) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | touches | NSSet<!-- MonoTouch.Foundation.NSSet --> | | | ||
| - | | evt | UIEvent<!-- MonoTouch.UIKit.UIEvent --> | | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIResponder --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== TouchesEnded(NSSet, UIEvent) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | touches | NSSet<!-- MonoTouch.Foundation.NSSet --> | | | ||
| - | | evt | UIEvent<!-- MonoTouch.UIKit.UIEvent --> | | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIResponder --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== TouchesMoved(NSSet, UIEvent) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | touches | NSSet<!-- MonoTouch.Foundation.NSSet --> | | | ||
| - | | evt | UIEvent<!-- MonoTouch.UIKit.UIEvent --> | | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIResponder --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== TraitCollectionDidChange(UITraitCollection) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | previousTraitCollection | UITraitCollection<!-- MonoTouch.UIKit.UITraitCollection --> | | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== UpdateConstraints() ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== UpdateConstraintsIfNeeded() ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== UpdateUserActivityState(NSUserActivity) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | activity | NSUserActivity<!-- MonoTouch.Foundation.NSUserActivity --> | | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIResponder --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== ValueForKey(NSString) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | NSObject<!-- MonoTouch.Foundation.NSObject --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | key | NSString<!-- MonoTouch.Foundation.NSString --> | | | ||
| - | |||
| - | <!-- MonoTouch.Foundation.NSObject --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== ValueForKeyPath(NSString) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | NSObject<!-- MonoTouch.Foundation.NSObject --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | keyPath | NSString<!-- MonoTouch.Foundation.NSString --> | | | ||
| - | |||
| - | <!-- MonoTouch.Foundation.NSObject --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== ValueForUndefinedKey(NSString) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | NSObject<!-- MonoTouch.Foundation.NSObject --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | key | NSString<!-- MonoTouch.Foundation.NSString --> | | | ||
| - | |||
| - | <!-- MonoTouch.Foundation.NSObject --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== ViewWithTag(Int32) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | UIView<!-- MonoTouch.UIKit.UIView --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | tag | Int32<!-- System.Int32 --> | | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== WillChange(NSString, NSKeyValueSetMutationKind, NSSet) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | forKey | NSString<!-- MonoTouch.Foundation.NSString --> | | | ||
| - | | mutationKind | NSKeyValueSetMutationKind<!-- MonoTouch.Foundation.NSKeyValueSetMutationKind --> | | | ||
| - | | objects | NSSet<!-- MonoTouch.Foundation.NSSet --> | | | ||
| - | |||
| - | <!-- MonoTouch.Foundation.NSObject --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== WillChange(NSKeyValueChange, NSIndexSet, NSString) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | changeKind | NSKeyValueChange<!-- MonoTouch.Foundation.NSKeyValueChange --> | | | ||
| - | | indexes | NSIndexSet<!-- MonoTouch.Foundation.NSIndexSet --> | | | ||
| - | | forKey | NSString<!-- MonoTouch.Foundation.NSString --> | | | ||
| - | |||
| - | <!-- MonoTouch.Foundation.NSObject --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== WillChangeValue(String) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | forKey | String<!-- System.String --> | | | ||
| - | |||
| - | <!-- MonoTouch.Foundation.NSObject --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== WillMoveToSuperview(UIView) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | newsuper | UIView<!-- MonoTouch.UIKit.UIView --> | | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== WillMoveToWindow(UIWindow) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | window | UIWindow<!-- MonoTouch.UIKit.UIWindow --> | | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== WillRemoveSubview(UIView) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | uiview | UIView<!-- MonoTouch.UIKit.UIView --> | | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ===== Protected Methods ===== | ||
| - | ==== Dispose(Boolean) ==== | ||
| - | Releases unmanaged and - optionally - managed resources. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | isDisposing | Boolean<!-- System.Boolean --> | true to release both managed and unmanaged resources; false to release only unmanaged resources. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.iOSEdition.MapTool --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== Dispose(Boolean) ==== | ||
| - | Releases unmanaged and - optionally - managed resources. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | disposing | Boolean<!-- System.Boolean --> | | | ||
| - | |||
| - | <!-- MonoTouch.Foundation.NSObject(overriden) --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== Finalize() ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- System.Object(overriden) --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== InitializeCore(MapView) ==== | ||
| - | This method initializes map tool. | ||
| - | === Remarks === | ||
| - | When overriding this method, consider adding map tool onto the map.ToolsGrid panel. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | mapView | [[ThinkGeo.MapSuite.iOSEdition.MapView|MapView]]<!-- ThinkGeo.MapSuite.iOSEdition.MapView --> | | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.iOSEdition.MapTool --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== InitializeHandle(IntPtr) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | handle | IntPtr<!-- System.IntPtr --> | | | ||
| - | |||
| - | <!-- MonoTouch.Foundation.NSObject --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== InitializeHandle(IntPtr, String) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | handle | IntPtr<!-- System.IntPtr --> | | | ||
| - | | initSelector | String<!-- System.String --> | | | ||
| - | |||
| - | <!-- MonoTouch.Foundation.NSObject --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== MarkDirty() ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- MonoTouch.Foundation.NSObject --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== MemberwiseClone() ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Object<!-- System.Object --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- System.Object --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ===== Public Properties ===== | ||
| - | ==== AccessibilityActivationPoint ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | PointF<!-- System.Drawing.PointF --> | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== AccessibilityCustomActions ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | UIAccessibilityCustomAction[]<!-- MonoTouch.UIKit.UIAccessibilityCustomAction[[]] --> | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIResponder --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== AccessibilityElementsHidden ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Boolean<!-- System.Boolean --> | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== AccessibilityFrame ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | RectangleF<!-- System.Drawing.RectangleF --> | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== AccessibilityHint ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | String<!-- System.String --> | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== AccessibilityIdentifier ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | String<!-- System.String --> | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== AccessibilityLabel ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | String<!-- System.String --> | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== AccessibilityLanguage ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | String<!-- System.String --> | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== AccessibilityNavigationStyle ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | UIAccessibilityNavigationStyle<!-- MonoTouch.UIKit.UIAccessibilityNavigationStyle --> | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== AccessibilityPath ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | UIBezierPath<!-- MonoTouch.UIKit.UIBezierPath --> | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== AccessibilityTraits ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | UIAccessibilityTrait<!-- MonoTouch.UIKit.UIAccessibilityTrait --> | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== AccessibilityValue ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | String<!-- System.String --> | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== AccessibilityViewIsModal ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Boolean<!-- System.Boolean --> | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== AlignmentRectInsets ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | UIEdgeInsets<!-- MonoTouch.UIKit.UIEdgeInsets --> | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== Alpha ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Single<!-- System.Single --> | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== AutoresizingMask ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | UIViewAutoresizing<!-- MonoTouch.UIKit.UIViewAutoresizing --> | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== AutosizesSubviews ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Boolean<!-- System.Boolean --> | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== BackgroundColor ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | UIColor<!-- MonoTouch.UIKit.UIColor --> | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== Bounds ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | RectangleF<!-- System.Drawing.RectangleF --> | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== CanBecomeFirstResponder ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Boolean<!-- System.Boolean --> | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIResponder --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== CanResignFirstResponder ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Boolean<!-- System.Boolean --> | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIResponder --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== Center ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | PointF<!-- System.Drawing.PointF --> | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== ClassHandle ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | IntPtr<!-- System.IntPtr --> | | ||
| - | |||
| - | <!-- MonoTouch.Foundation.NSObject(overriden) --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== ClearsContextBeforeDrawing ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Boolean<!-- System.Boolean --> | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== ClipsToBounds ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Boolean<!-- System.Boolean --> | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== Constraints ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | NSLayoutConstraint[]<!-- MonoTouch.UIKit.NSLayoutConstraint[[]] --> | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== ContentMode ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | UIViewContentMode<!-- MonoTouch.UIKit.UIViewContentMode --> | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== ContentScaleFactor ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Single<!-- System.Single --> | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== CurrentMap ==== | ||
| - | Gets or sets current map that the mapTool will be drawn on | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | [[ThinkGeo.MapSuite.iOSEdition.MapView|MapView]]<!-- ThinkGeo.MapSuite.iOSEdition.MapView --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.iOSEdition.MapTool --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== DebugDescription ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | String<!-- System.String --> | | ||
| - | |||
| - | <!-- MonoTouch.Foundation.NSObject --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== Description ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | String<!-- System.String --> | | ||
| - | |||
| - | <!-- MonoTouch.Foundation.NSObject --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== EnableInputClicksWhenVisible ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Boolean<!-- System.Boolean --> | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== ExclusiveTouch ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Boolean<!-- System.Boolean --> | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== Frame ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | RectangleF<!-- System.Drawing.RectangleF --> | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== GestureRecognizers ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | UIGestureRecognizer[]<!-- MonoTouch.UIKit.UIGestureRecognizer[[]] --> | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== Handle ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | IntPtr<!-- System.IntPtr --> | | ||
| - | |||
| - | <!-- MonoTouch.Foundation.NSObject --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== HasAmbiguousLayout ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Boolean<!-- System.Boolean --> | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== Hidden ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Boolean<!-- System.Boolean --> | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== InputAccessoryView ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | UIView<!-- MonoTouch.UIKit.UIView --> | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIResponder --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== InputAccessoryViewController ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | UIInputViewController<!-- MonoTouch.UIKit.UIInputViewController --> | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIResponder --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== InputView ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | UIView<!-- MonoTouch.UIKit.UIView --> | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIResponder --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== InputViewController ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | UIInputViewController<!-- MonoTouch.UIKit.UIInputViewController --> | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIResponder --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== IntrinsicContentSize ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | SizeF<!-- System.Drawing.SizeF --> | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== IsAccessibilityElement ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Boolean<!-- System.Boolean --> | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== IsEnabled ==== | ||
| - | Gets or sets a value indicating whether this instance is enabled. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Boolean<!-- System.Boolean --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.iOSEdition.MapTool --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== IsFirstResponder ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Boolean<!-- System.Boolean --> | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIResponder --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== KeyCommands ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | UIKeyCommand[]<!-- MonoTouch.UIKit.UIKeyCommand[[]] --> | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIResponder --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== Layer ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | CALayer<!-- MonoTouch.CoreAnimation.CALayer --> | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== LayoutMargins ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | UIEdgeInsets<!-- MonoTouch.UIKit.UIEdgeInsets --> | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== MaskView ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | UIView<!-- MonoTouch.UIKit.UIView --> | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== MotionEffects ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | UIMotionEffect[]<!-- MonoTouch.UIKit.UIMotionEffect[[]] --> | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== MultipleTouchEnabled ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Boolean<!-- System.Boolean --> | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== NextResponder ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | UIResponder<!-- MonoTouch.UIKit.UIResponder --> | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIResponder --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== Opaque ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Boolean<!-- System.Boolean --> | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== PreservesSuperviewLayoutMargins ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Boolean<!-- System.Boolean --> | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== RestorationIdentifier ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | String<!-- System.String --> | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== RetainCount ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Int32<!-- System.Int32 --> | | ||
| - | |||
| - | <!-- MonoTouch.Foundation.NSObject --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== ShouldGroupAccessibilityChildren ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Boolean<!-- System.Boolean --> | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== Subviews ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | UIView[]<!-- MonoTouch.UIKit.UIView[[]] --> | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== SuperHandle ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | IntPtr<!-- System.IntPtr --> | | ||
| - | |||
| - | <!-- MonoTouch.Foundation.NSObject --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== Superview ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | UIView<!-- MonoTouch.UIKit.UIView --> | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== Tag ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Int32<!-- System.Int32 --> | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== TextInputContextIdentifier ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | NSString<!-- MonoTouch.Foundation.NSString --> | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIResponder --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== TextInputMode ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | UITextInputMode<!-- MonoTouch.UIKit.UITextInputMode --> | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIResponder --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== TintAdjustmentMode ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | UIViewTintAdjustmentMode<!-- MonoTouch.UIKit.UIViewTintAdjustmentMode --> | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== TintColor ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | UIColor<!-- MonoTouch.UIKit.UIColor --> | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== TraitCollection ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | UITraitCollection<!-- MonoTouch.UIKit.UITraitCollection --> | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== Transform ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | CGAffineTransform<!-- MonoTouch.CoreGraphics.CGAffineTransform --> | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== TranslatesAutoresizingMaskIntoConstraints ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Boolean<!-- System.Boolean --> | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== UndoManager ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | NSUndoManager<!-- MonoTouch.Foundation.NSUndoManager --> | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIResponder --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== UserActivity ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | NSUserActivity<!-- MonoTouch.Foundation.NSUserActivity --> | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIResponder --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== UserInteractionEnabled ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Boolean<!-- System.Boolean --> | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== ViewForBaselineLayout ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | UIView<!-- MonoTouch.UIKit.UIView --> | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== ViewPrintFormatter ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | UIViewPrintFormatter<!-- MonoTouch.UIKit.UIViewPrintFormatter --> | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== Window ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | UIWindow<!-- MonoTouch.UIKit.UIWindow --> | | ||
| - | |||
| - | <!-- MonoTouch.UIKit.UIView --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ===== Protected Properties ===== | ||
| - | ===== Public Events ===== | ||
| - | __NOTOC__ | ||
| - | [[Category:iOSEdition]] | ||
| - | [[Category:ThinkGeo.MapSuite.iOSEdition]] | ||
| - | [[Category:UpdateDocumentation]] | ||
8501 Wade Blvd Ste 550
Frisco, TX 75034
United States
sales@thinkgeo.com
1-785-727-4133
Online Store
- Desktop
WPF
WinForms
- Web
WebAPI HTML5/JavaScript
ASP.NET MVC
WebForms with AJAX
- Mobile
iOS
Android™
World Street
World Imagery
Routing
Geocoding
Reverse Geocoding
Elevation
Quick Start Guides
Documentation
Blogs
Discussion Forums
Customer Portal
About Us
News & Announcemets
Privacy Policy
Copyright 2003-2017 ThinkGeo LLC.
All rights reserved.