This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
thinkgeo.mapsuite.iosedition.mapview [2015/08/20 03:08] 127.0.0.1 external edit |
thinkgeo.mapsuite.iosedition.mapview [2017/03/16 21:59] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== ThinkGeo.MapSuite.iOSEdition.MapView ====== | ====== ThinkGeo.MapSuite.iOSEdition.MapView ====== | ||
+ | {{section>upgrade_map_suite_to_10.0}} | ||
- | |||
- | <!-- Class --> | ||
This class represents the map control. | This class represents the map control. | ||
- | === Remarks === | ||
- | The map class inherits from the UIView, so it can be dragged onto the page or be created and added to a contoller via code like the popular control itself. You also need to configure the properties of the map. The most important step is adding overlays, which generate images and stack them over each other to form a map image. The map control has many methods and events through which you can interact with the map. | ||
===== Inheritance Hierarchy ===== | ===== Inheritance Hierarchy ===== | ||
- | *System.Object | + | *System.Object |
- | **MonoTouch.Foundation.NSObject | + | *Foundation.NSObject |
- | ***MonoTouch.UIKit.UIResponder | + | *UIKit.UIResponder |
- | ****MonoTouch.UIKit.UIView | + | *UIKit.UIView |
- | *****[[ThinkGeo.MapSuite.iOSEdition.MapView]] | + | ***ThinkGeo.MapSuite.iOSEdition.MapView** |
===== Members Summary ===== | ===== Members Summary ===== | ||
==== Public Constructors ==== | ==== Public Constructors ==== | ||
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | ** {{wiki:PublicMethod.gif|}} MapView() ** |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#MapView()|MapView]] | | | Initializes a new instance of the class. | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#MapView(RectangleF)|MapView]] | RectangleF | | Initializes a new instance of the class. | | + | |
- | ==== Protected Constructors ==== | + | Initializes a new instance of the class. |
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | == Remarks == |
+ | N/A | ||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} MapView(CGRect) ** | ||
+ | Initializes a new instance of the class. | ||
+ | == Remarks == | ||
+ | This constructor is used to programmatically create a new instance of UIView with the specified dimension in the frame. The object will only be displayed once it has been added to a view hierarchy by calling AddSubview in a containing view.This constructor is not invoked when deserializing objects from storyboards or XIB filesinstead the constructor that takes an NSCoder parameter is invoked. | ||
+ | == Parameters == | ||
+ | * //frame// | ||
+ | * Type:CGRect | ||
+ | * Description:Frame used by the view, expressed in iOS points. | ||
+ | |||
+ | <div newline></div> | ||
+ | ==== Protected Constructors ==== | ||
==== Public Methods ==== | ==== Public Methods ==== | ||
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | ** {{wiki:PublicMethod.gif|}} LayoutSubviews() ** |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#AccessibilityActivate()|AccessibilityActivate]] | | UIView | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#AccessibilityDecrement()|AccessibilityDecrement]] | | UIResponder | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#AccessibilityDecrement()|AccessibilityDecrement]] | | NSObject | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#AccessibilityElementDidBecomeFocused()|AccessibilityElementDidBecomeFocused]] | | UIResponder | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#AccessibilityElementDidLoseFocus()|AccessibilityElementDidLoseFocus]] | | UIResponder | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#AccessibilityElementIsFocused()|AccessibilityElementIsFocused]] | | UIResponder | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#AccessibilityIncrement()|AccessibilityIncrement]] | | UIResponder | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#AccessibilityIncrement()|AccessibilityIncrement]] | | NSObject | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#AccessibilityPerformEscape()|AccessibilityPerformEscape]] | | UIResponder | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#AccessibilityPerformMagicTap()|AccessibilityPerformMagicTap]] | | UIResponder | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#AccessibilityScroll(UIAccessibilityScrollDirection)|AccessibilityScroll]] | UIAccessibilityScrollDirection | UIResponder | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#AccessibilityScroll(UIAccessibilityScrollDirection)|AccessibilityScroll]] | UIAccessibilityScrollDirection | NSObject | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#Add(UIView)|Add]] | UIView | UIView | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#AddConstraint(NSLayoutConstraint)|AddConstraint]] | NSLayoutConstraint | UIView | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#AddConstraints(NSLayoutConstraint[])|AddConstraints]] | NSLayoutConstraint[] | UIView | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#AddGestureRecognizer(UIGestureRecognizer)|AddGestureRecognizer]] | UIGestureRecognizer | UIView | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#AddMotionEffect(UIMotionEffect)|AddMotionEffect]] | UIMotionEffect | UIView | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#AddObserver(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}}[[#CenterAt(PointShape)|CenterAt]] | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]] | | Locates the map center to the specified world point. | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#CenterAt(Double, Double)|CenterAt]] | Double, Double | | Locates the map center to the specified world point. | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#CenterAt(Feature)|CenterAt]] | [[ThinkGeo.MapSuite.Core.Feature|Feature]] | | Locates the map center to the specified feature. | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#Close()|Close]] | | | Closes this instance. | | + | |
- | | {{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(NSKeyValueChange, NSIndexSet, NSString)|DidChange]] | NSKeyValueChange, NSIndexSet, NSString | NSObject | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#DidChange(NSString, NSKeyValueSetMutationKind, NSSet)|DidChange]] | NSString, NSKeyValueSetMutationKind, NSSet | NSObject | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#DidChangeValue(String)|DidChangeValue]] | String | NSObject | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#Dispose()|Dispose]] | | NSObject | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#DoesNotRecognizeSelector(Selector)|DoesNotRecognizeSelector]] | Selector | NSObject | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#Draw(RectangleF)|Draw]] | RectangleF | UIView | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#DrawRect(RectangleF, UIViewPrintFormatter)|DrawRect]] | RectangleF, UIViewPrintFormatter | UIView | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#DrawString(String, PointF, UIFont)|DrawString]] | String, PointF, UIFont | UIView | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#DrawString(String, PointF, Single, UIFont, UILineBreakMode)|DrawString]] | String, PointF, Single, UIFont, UILineBreakMode | UIView | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#DrawString(String, PointF, Single, UIFont, Single, UILineBreakMode, UIBaselineAdjustment)|DrawString]] | String, PointF, Single, UIFont, Single, UILineBreakMode, UIBaselineAdjustment | UIView | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#DrawString(String, PointF, Single, UIFont, Single, ref Single, UILineBreakMode, UIBaselineAdjustment)|DrawString]] | String, PointF, Single, UIFont, Single, ref Single, UILineBreakMode, UIBaselineAdjustment | UIView | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#DrawString(String, RectangleF, UIFont)|DrawString]] | String, RectangleF, UIFont | UIView | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#DrawString(String, RectangleF, UIFont, UILineBreakMode)|DrawString]] | String, RectangleF, UIFont, UILineBreakMode | UIView | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#DrawString(String, RectangleF, UIFont, UILineBreakMode, UITextAlignment)|DrawString]] | String, RectangleF, UIFont, UILineBreakMode, UITextAlignment | UIView | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#DrawString(String, PointF, Single, UIFont, Single, Single, UILineBreakMode, UIBaselineAdjustment)|DrawString]] | String, PointF, Single, UIFont, Single, Single, UILineBreakMode, UIBaselineAdjustment | UIView | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#DrawViewHierarchy(RectangleF, Boolean)|DrawViewHierarchy]] | RectangleF, Boolean | UIView | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#EncodeRestorableState(NSCoder)|EncodeRestorableState]] | NSCoder | UIView | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#EncodeTo(NSCoder)|EncodeTo]] | NSCoder | NSObject | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#EndEditing(Boolean)|EndEditing]] | Boolean | UIView | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#Equals(Object)|Equals]] | Object | Object | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#ExchangeSubview(Int32, Int32)|ExchangeSubview]] | Int32, Int32 | UIView | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#ExerciseAmbiguityInLayout()|ExerciseAmbiguityInLayout]] | | UIView | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#FrameForAlignmentRect(RectangleF)|FrameForAlignmentRect]] | RectangleF | UIView | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GestureRecognizerShouldBegin(UIGestureRecognizer)|GestureRecognizerShouldBegin]] | UIGestureRecognizer | UIView | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GetConstraintsAffectingLayout(UILayoutConstraintAxis)|GetConstraintsAffectingLayout]] | UILayoutConstraintAxis | UIView | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GetDictionaryOfValuesFromKeys(NSString[])|GetDictionaryOfValuesFromKeys]] | NSString[] | NSObject | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GetEnumerator()|GetEnumerator]] | | UIView | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GetHashCode()|GetHashCode]] | | Object | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GetNativeField(String)|GetNativeField]] | String | NSObject | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GetSnappedZoomLevelIndex(Double)|GetSnappedZoomLevelIndex]] | Double | | Gets the index of the snapped zoom level. | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GetTargetForAction(Selector, NSObject)|GetTargetForAction]] | Selector, NSObject | UIResponder | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GetType()|GetType]] | | Object | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#HitTest(PointF, UIEvent)|HitTest]] | PointF, UIEvent | UIView | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#Init()|Init]] | | NSObject | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#InsertSubview(UIView, Int32)|InsertSubview]] | UIView, Int32 | UIView | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#InsertSubviewAbove(UIView, UIView)|InsertSubviewAbove]] | UIView, UIView | UIView | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#InsertSubviewBelow(UIView, UIView)|InsertSubviewBelow]] | UIView, UIView | UIView | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#InvalidateIntrinsicContentSize()|InvalidateIntrinsicContentSize]] | | UIView | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#Invoke(NSAction, TimeSpan)|Invoke]] | NSAction, TimeSpan | NSObject | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#Invoke(NSAction, Double)|Invoke]] | NSAction, Double | NSObject | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#InvokeOnMainThread(NSAction)|InvokeOnMainThread]] | NSAction | NSObject | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#InvokeOnMainThread(Selector, NSObject)|InvokeOnMainThread]] | Selector, NSObject | NSObject | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#IsDescendantOfView(UIView)|IsDescendantOfView]] | UIView | UIView | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#LayoutIfNeeded()|LayoutIfNeeded]] | | UIView | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#LayoutMarginsDidChange()|LayoutMarginsDidChange]] | | UIView | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#LayoutSubviews()|LayoutSubviews]] | | UIView | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#MakeTextWritingDirectionLeftToRight(NSObject)|MakeTextWritingDirectionLeftToRight]] | NSObject | UIResponder | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#MakeTextWritingDirectionRightToLeft(NSObject)|MakeTextWritingDirectionRightToLeft]] | NSObject | UIResponder | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#MotionBegan(UIEventSubtype, UIEvent)|MotionBegan]] | UIEventSubtype, UIEvent | UIResponder | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#MotionCancelled(UIEventSubtype, UIEvent)|MotionCancelled]] | UIEventSubtype, UIEvent | UIResponder | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#MotionEnded(UIEventSubtype, UIEvent)|MotionEnded]] | UIEventSubtype, UIEvent | UIResponder | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#MovedToSuperview()|MovedToSuperview]] | | UIView | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#MovedToWindow()|MovedToWindow]] | | UIView | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#MutableCopy()|MutableCopy]] | | NSObject | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#NeedsUpdateConstraints()|NeedsUpdateConstraints]] | | UIView | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#ObserveValue(NSString, NSObject, NSDictionary, IntPtr)|ObserveValue]] | NSString, NSObject, NSDictionary, IntPtr | NSObject | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#Pan(PanDirection, Int32)|Pan]] | [[ThinkGeo.MapSuite.Core.PanDirection|PanDirection]], Int32 | | Pans the specified direction. | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#Paste(NSObject)|Paste]] | NSObject | UIResponder | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#PerformSelector(Selector, NSObject, Double)|PerformSelector]] | Selector, NSObject, Double | NSObject | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#PerformSelector(Selector, NSObject, Double, NSString[])|PerformSelector]] | Selector, NSObject, Double, NSString[] | NSObject | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#PerformSelector(Selector, NSThread, NSObject, Boolean)|PerformSelector]] | Selector, NSThread, NSObject, Boolean | NSObject | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#PerformSelector(Selector, NSThread, NSObject, Boolean, NSString[])|PerformSelector]] | Selector, NSThread, NSObject, Boolean, NSString[] | NSObject | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#PerformSelector(Selector, NSObject, Single)|PerformSelector]] | Selector, NSObject, Single | NSObject | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#PointInside(PointF, UIEvent)|PointInside]] | PointF, UIEvent | UIView | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#Refresh()|Refresh]] | | | Refreshes this instance. | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#Refresh(IEnumerable<Overlay>)|Refresh]] | IEnumerable<[[ThinkGeo.MapSuite.iOSEdition.Overlay|Overlay]]> | | Refreshes the specified overlays. | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#ReloadInputViews()|ReloadInputViews]] | | UIResponder | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#RemoteControlReceived(UIEvent)|RemoteControlReceived]] | UIEvent | UIResponder | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#RemoveConstraint(NSLayoutConstraint)|RemoveConstraint]] | NSLayoutConstraint | UIView | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#RemoveConstraints(NSLayoutConstraint[])|RemoveConstraints]] | NSLayoutConstraint[] | UIView | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#RemoveFromSuperview()|RemoveFromSuperview]] | | UIView | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#RemoveGestureRecognizer(UIGestureRecognizer)|RemoveGestureRecognizer]] | UIGestureRecognizer | UIView | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#RemoveMotionEffect(UIMotionEffect)|RemoveMotionEffect]] | UIMotionEffect | UIView | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#RemoveObserver(NSObject, String)|RemoveObserver]] | NSObject, String | NSObject | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#RemoveObserver(NSObject, NSString)|RemoveObserver]] | NSObject, NSString | NSObject | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#RemoveObserver(NSObject, String, IntPtr)|RemoveObserver]] | NSObject, String, IntPtr | NSObject | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#RemoveObserver(NSObject, NSString, IntPtr)|RemoveObserver]] | NSObject, NSString, IntPtr | 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, SizeF)|StringSize]] | String, UIFont, SizeF | 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, 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}}[[#ToScreenCoordinate(PointShape)|ToScreenCoordinate]] | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]] | | Converts the provided world points to screen points. | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#ToString()|ToString]] | | Object(overriden) | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#ToWorldCoordinate(ScreenPointF)|ToWorldCoordinate]] | [[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]] | | Converts the provided screen points to world points. | | + | |
- | | {{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(NSKeyValueChange, NSIndexSet, NSString)|WillChange]] | NSKeyValueChange, NSIndexSet, NSString | NSObject | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#WillChange(NSString, NSKeyValueSetMutationKind, NSSet)|WillChange]] | NSString, NSKeyValueSetMutationKind, NSSet | 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 | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#ZoomIn(Int32)|ZoomIn]] | Int32 | | Zooms the map in for one level. | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#ZoomInByAnchorPoint(ScreenPointF)|ZoomInByAnchorPoint]] | [[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]] | | Zooms the in by anchor point. | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#ZoomOut(Int32)|ZoomOut]] | Int32 | | Zooms the map in by the provided percentage. | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#ZoomTo(PointShape, Double)|ZoomTo]] | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]], Double | | This method zooms current map to a specified position and scale. | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#ZoomTo(BaseShape)|ZoomTo]] | [[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | | Zooms the map to specified feature. | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#ZoomTo(Feature)|ZoomTo]] | [[ThinkGeo.MapSuite.Core.Feature|Feature]] | | Zooms the map to specified feature. | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#ZoomToNextExtent()|ZoomToNextExtent]] | | | Zooms to next extent. | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#ZoomToPreviousExtent()|ZoomToPreviousExtent]] | | | Zooms to previous extent. | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#ZoomToScale(Double)|ZoomToScale]] | Double | | Zooms the map to specified scale. | | + | |
- | ==== Protected Methods ==== | + | N/A |
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | == Remarks == |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#Dispose(Boolean)|Dispose]] | Boolean | NSObject(overriden) | Releases the resources used by the UIView object. | | + | N/A |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#Finalize()|Finalize]] | | Object(overriden) | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#InitializeHandle(IntPtr, String)|InitializeHandle]] | IntPtr, String | NSObject | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#InitializeHandle(IntPtr)|InitializeHandle]] | IntPtr | NSObject | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#MarkDirty()|MarkDirty]] | | NSObject | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#MemberwiseClone()|MemberwiseClone]] | | Object | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnCurrentExtentChanged(CurrentExtentChangedMapViewEventArgs)|OnCurrentExtentChanged]] | [[ThinkGeo.MapSuite.iOSEdition.CurrentExtentChangedMapViewEventArgs|CurrentExtentChangedMapViewEventArgs]] | | Raises the event. | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnCurrentExtentChanging(CurrentExtentChangingMapViewEventArgs)|OnCurrentExtentChanging]] | [[ThinkGeo.MapSuite.iOSEdition.CurrentExtentChangingMapViewEventArgs|CurrentExtentChangingMapViewEventArgs]] | | Raises the event. | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnCurrentScaleChanged(CurrentScaleChangedMapViewEventArgs)|OnCurrentScaleChanged]] | [[ThinkGeo.MapSuite.iOSEdition.CurrentScaleChangedMapViewEventArgs|CurrentScaleChangedMapViewEventArgs]] | | Raises the event. | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnCurrentScaleChanging(CurrentScaleChangingMapViewEventArgs)|OnCurrentScaleChanging]] | [[ThinkGeo.MapSuite.iOSEdition.CurrentScaleChangingMapViewEventArgs|CurrentScaleChangingMapViewEventArgs]] | | Raises the event. | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnDoubleTap(UIGestureRecognizer)|OnDoubleTap]] | UIGestureRecognizer | | Called when [[double|tap]]. | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnLongPress(UIGestureRecognizer)|OnLongPress]] | UIGestureRecognizer | | Called when [[long|press]]. | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnSingleTap(UIGestureRecognizer)|OnSingleTap]] | UIGestureRecognizer | | Called when [[single|tap]]. | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnTouchDown(UIGestureRecognizer)|OnTouchDown]] | UIGestureRecognizer | | Called when [[touch|down]]. | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnTouchMove(UIGestureRecognizer)|OnTouchMove]] | UIGestureRecognizer | | Called when [[touch|move]]. | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnTouchPinch(UIGestureRecognizer)|OnTouchPinch]] | UIGestureRecognizer | | Called when [[touch|pinch]]. | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnTouchUp(UIGestureRecognizer)|OnTouchUp]] | UIGestureRecognizer | | Called when [[touch|up]]. | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#PanCore(PanDirection, Int32)|PanCore]] | [[ThinkGeo.MapSuite.Core.PanDirection|PanDirection]], Int32 | | This function will pan the currentExtent based on a direction and percentage. | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#RefreshCore()|RefreshCore]] | | | Refreshes current map control. | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#ZoomInByAnchorPointCore(ScreenPointF)|ZoomInByAnchorPointCore]] | [[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]] | | Zooms the in by anchor point core. | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#ZoomInCore(Int32)|ZoomInCore]] | Int32 | | Zooms the map in by the provided percentage. | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#ZoomOutCore(Int32)|ZoomOutCore]] | Int32 | | Zooms the map out by the provided percentage. | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#ZoomToCore(RectangleShape)|ZoomToCore]] | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | | Zooms the map in by the provided extent and locates to extent. | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#ZoomToScaleCore(Double)|ZoomToScaleCore]] | Double | | This method zooms current map to a specified scale. | | + | |
- | ==== Public Properties ==== | + | == Return Value == |
- | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | + | * Type:Void |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#AccessibilityActivationPoint|AccessibilityActivationPoint]] | PointF | UIView | | | + | * Description:N/A |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#AccessibilityCustomActions|AccessibilityCustomActions]] | UIAccessibilityCustomAction[] | UIResponder | | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#AccessibilityElementsHidden|AccessibilityElementsHidden]] | Boolean | UIView | | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#AccessibilityFrame|AccessibilityFrame]] | RectangleF | UIView | | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#AccessibilityHint|AccessibilityHint]] | String | UIView | | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#AccessibilityIdentifier|AccessibilityIdentifier]] | String | UIView | | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#AccessibilityLabel|AccessibilityLabel]] | String | UIView | | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#AccessibilityLanguage|AccessibilityLanguage]] | String | UIView | | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#AccessibilityNavigationStyle|AccessibilityNavigationStyle]] | UIAccessibilityNavigationStyle | UIView | | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#AccessibilityPath|AccessibilityPath]] | UIBezierPath | UIView | | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#AccessibilityTraits|AccessibilityTraits]] | UIAccessibilityTrait | UIView | | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#AccessibilityValue|AccessibilityValue]] | String | UIView | | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#AccessibilityViewIsModal|AccessibilityViewIsModal]] | Boolean | UIView | | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#AdornmentOverlay|AdornmentOverlay]] | [[ThinkGeo.MapSuite.iOSEdition.AdornmentOverlay|AdornmentOverlay]] | | Gets the adornment overlay for the MapControl. | | + | |
- | | {{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}}[[#CurrentExtent|CurrentExtent]] | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | | Gets or sets the current extent for the MapControl. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#CurrentScale|CurrentScale]] | Double | | Gets the current scale for the MapControl. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#DebugDescription|DebugDescription]] | String | NSObject | | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#Description|Description]] | String | NSObject | | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#EditOverlay|EditOverlay]] | [[ThinkGeo.MapSuite.iOSEdition.EditInteractiveOverlay|EditInteractiveOverlay]] | | Gets or sets the edit overlay for the MapControl. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#EnableInputClicksWhenVisible|EnableInputClicksWhenVisible]] | Boolean | UIView | | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#EventView|EventView]] | UIView | | Gets the event view for the MapControl. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#ExclusiveTouch|ExclusiveTouch]] | Boolean | UIView | | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#ExtentOverlay|ExtentOverlay]] | [[ThinkGeo.MapSuite.iOSEdition.ExtentInteractiveOverlay|ExtentInteractiveOverlay]] | | Gets or sets the extent overlay for the MapControl. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#Frame|Frame]] | RectangleF | UIView(overriden) | Coordinates of the view relative to its container. | | + | |
- | | {{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}}[[#InteractiveOverlays|InteractiveOverlays]] | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<[[ThinkGeo.MapSuite.iOSEdition.InteractiveOverlay|InteractiveOverlay]]> | | Gets or sets the extent overlay for the MapControl. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#IntrinsicContentSize|IntrinsicContentSize]] | SizeF | UIView | | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#IsAccessibilityElement|IsAccessibilityElement]] | Boolean | UIView | | | + | |
- | | {{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}}[[#MapTools|MapTools]] | [[ThinkGeo.MapSuite.iOSEdition.MapTools|MapTools]] | | Gets the map tools for the MapControl. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#MapUnit|MapUnit]] | [[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] | | Gets or sets the map unit for the MapControl. | | + | |
- | | {{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}}[[#Overlays|Overlays]] | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<[[ThinkGeo.MapSuite.iOSEdition.Overlay|Overlay]]> | | Gets the overlays for the MapControl. | | + | |
- | | {{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}}[[#TrackOverlay|TrackOverlay]] | [[ThinkGeo.MapSuite.iOSEdition.TrackInteractiveOverlay|TrackInteractiveOverlay]] | | Gets or sets the track overlay for the MapControl. | | + | |
- | | {{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 | | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#ZoomLevelSet|ZoomLevelSet]] | [[ThinkGeo.MapSuite.Core.ZoomLevelSet|ZoomLevelSet]] | | Gets or sets the zoom level set for the MapControl. | | + | |
- | ==== Protected Properties ==== | + | == Parameters == |
- | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | + | <div newline></div> |
+ | ** {{wiki:PublicMethod.gif|}} Close() ** | ||
- | ==== Public Events ==== | + | Closes this instance. |
- | ^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ | + | == Remarks == |
- | | {{wiki:PublicEvent.gif|Public Event}}[[#CurrentExtentChanged|CurrentExtentChanged]] | [[ThinkGeo.MapSuite.iOSEdition.CurrentExtentChangedMapViewEventArgs|CurrentExtentChangedMapViewEventArgs]] | | | | + | N/A |
- | | {{wiki:PublicEvent.gif|Public Event}}[[#CurrentExtentChanging|CurrentExtentChanging]] | [[ThinkGeo.MapSuite.iOSEdition.CurrentExtentChangingMapViewEventArgs|CurrentExtentChangingMapViewEventArgs]] | | | | + | |
- | | {{wiki:PublicEvent.gif|Public Event}}[[#CurrentScaleChanged|CurrentScaleChanged]] | [[ThinkGeo.MapSuite.iOSEdition.CurrentScaleChangedMapViewEventArgs|CurrentScaleChangedMapViewEventArgs]] | | | | + | |
- | | {{wiki:PublicEvent.gif|Public Event}}[[#CurrentScaleChanging|CurrentScaleChanging]] | [[ThinkGeo.MapSuite.iOSEdition.CurrentScaleChangingMapViewEventArgs|CurrentScaleChangingMapViewEventArgs]] | | | | + | |
- | | {{wiki:PublicEvent.gif|Public Event}}[[#MapDoubleTap|MapDoubleTap]] | UIGestureRecognizer | | This event raises when [[map|double tap]]. | | + | |
- | | {{wiki:PublicEvent.gif|Public Event}}[[#MapLongPress|MapLongPress]] | UIGestureRecognizer | | This event raises when [[map|long press]]. | | + | |
- | | {{wiki:PublicEvent.gif|Public Event}}[[#MapSingleTap|MapSingleTap]] | UIGestureRecognizer | | This event raises when [[map|single tap]]. | | + | |
- | | {{wiki:PublicEvent.gif|Public Event}}[[#MapTouchDown|MapTouchDown]] | UIGestureRecognizer | | This event raises when [[map|touch down]]. | | + | |
- | | {{wiki:PublicEvent.gif|Public Event}}[[#MapTouchMove|MapTouchMove]] | UIGestureRecognizer | | This event raises when [[map|touch move]]. | | + | |
- | | {{wiki:PublicEvent.gif|Public Event}}[[#MapTouchPinch|MapTouchPinch]] | UIGestureRecognizer | | This event raises when [[map|touch pinch]]. | | + | |
- | | {{wiki:PublicEvent.gif|Public Event}}[[#MapTouchUp|MapTouchUp]] | UIGestureRecognizer | | This event raises when [[map|touch up]]. | | + | |
- | ===== Public Constructors ===== | + | == Return Value == |
- | ==== MapView() ==== | + | * Type:Void |
- | Initializes a new instance of the class. | + | * Description:N/A |
- | === Parameters === | + | |
- | ^ Name ^ Type ^ Description ^ | + | |
- | [[#Public Constructors|Go Back]] | + | == Parameters == |
- | ==== MapView(RectangleF) ==== | + | <div newline></div> |
- | Initializes a new instance of the class. | + | ** {{wiki:PublicMethod.gif|}} GetSnappedZoomLevelIndex(Double) ** |
- | === Remarks === | + | |
- | This constructor is used to programmatically create a new instance of UIView with the specified dimension in the frame. The object will only be displayed once it has been added to a view hierarchy by calling AddSubview in a containing view. | + | |
- | This constructor is not invoked when deserializing objects from storyboards or XIB filesinstead the constructor that takes an NSCoder parameter is invoked. | + | Gets the index of the snapped zoom level. |
- | === Parameters === | + | == Remarks == |
- | ^ Name ^ Type ^ Description ^ | + | N/A |
- | | frame | RectangleF<!-- System.Drawing.RectangleF --> | Frame used by the view, expressed in iOS points. | | + | |
- | [[#Public Constructors|Go Back]] | + | == Return Value == |
- | ===== Protected Constructors ===== | + | * Type:Int32 |
- | ===== Public Methods ===== | + | * Description:N/A |
- | ==== AccessibilityActivate() ==== | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Boolean<!-- System.Boolean --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //scale// |
+ | * Type:Double | ||
+ | * Description:The scale. | ||
- | <!-- MonoTouch.UIKit.UIView --> | + | <div newline></div> |
- | [[#Public Methods|Go Back]] | + | ** {{wiki:PublicMethod.gif|}} CenterAt(Feature) ** |
- | ==== AccessibilityDecrement() ==== | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | Locates the map center to the specified feature. |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
+ | N/A | ||
- | <!-- MonoTouch.UIKit.UIResponder --> | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:Void |
- | ==== AccessibilityDecrement() ==== | + | * Description:N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //feature// |
+ | * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] | ||
+ | * Description:The feature. | ||
- | <!-- MonoTouch.Foundation.NSObject --> | + | <div newline></div> |
- | [[#Public Methods|Go Back]] | + | ** {{wiki:PublicMethod.gif|}} CenterAt(Double,Double) ** |
- | ==== AccessibilityElementDidBecomeFocused() ==== | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | Locates the map center to the specified world point. |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
+ | N/A | ||
- | <!-- MonoTouch.UIKit.UIResponder --> | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:Void |
- | ==== AccessibilityElementDidLoseFocus() ==== | + | * Description:N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //worldX// |
+ | * Type:Double | ||
+ | * Description:The world x. | ||
- | <!-- MonoTouch.UIKit.UIResponder --> | + | * //worldY// |
- | [[#Public Methods|Go Back]] | + | * Type:Double |
- | ==== AccessibilityElementIsFocused() ==== | + | * Description:The world y. |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Boolean<!-- System.Boolean --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} CenterAt(PointShape) ** |
- | <!-- MonoTouch.UIKit.UIResponder --> | + | Locates the map center to the specified world point. |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== AccessibilityIncrement() ==== | + | N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
+ | * Description:N/A | ||
- | <!-- MonoTouch.UIKit.UIResponder --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //worldCenter// |
- | ==== AccessibilityIncrement() ==== | + | * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] |
- | === Return Value === | + | * Description:The world center. |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} Pan(PanDirection,Int32) ** |
- | <!-- MonoTouch.Foundation.NSObject --> | + | Pans the specified direction. |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== AccessibilityPerformEscape() ==== | + | N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Boolean<!-- System.Boolean --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
+ | * Description:N/A | ||
- | <!-- MonoTouch.UIKit.UIResponder --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //direction// |
- | ==== AccessibilityPerformMagicTap() ==== | + | * Type:[[ThinkGeo.MapSuite.Core.PanDirection|PanDirection]] |
- | === Return Value === | + | * Description:The direction. |
- | ^ Return Type ^ Description ^ | + | |
- | | Boolean<!-- System.Boolean --> | | | + | |
- | === Parameters === | + | * //percentage// |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Int32 |
+ | * Description:The percentage. | ||
- | <!-- MonoTouch.UIKit.UIResponder --> | + | <div newline></div> |
- | [[#Public Methods|Go Back]] | + | ** {{wiki:PublicMethod.gif|}} Refresh(IEnumerable<Overlay>) ** |
- | ==== AccessibilityScroll(UIAccessibilityScrollDirection) ==== | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Boolean<!-- System.Boolean --> | | | + | |
- | === Parameters === | + | Refreshes the specified overlays. |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | direction | UIAccessibilityScrollDirection<!-- MonoTouch.UIKit.UIAccessibilityScrollDirection --> | | | + | N/A |
- | <!-- MonoTouch.UIKit.UIResponder --> | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:Void |
- | ==== AccessibilityScroll(UIAccessibilityScrollDirection) ==== | + | * Description:N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Boolean<!-- System.Boolean --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //overlays// |
- | | direction | UIAccessibilityScrollDirection<!-- MonoTouch.UIKit.UIAccessibilityScrollDirection --> | | | + | * Type:IEnumerable<[[ThinkGeo.MapSuite.iOSEdition.Overlay|Overlay]]> |
+ | * Description:The overlays. | ||
- | <!-- MonoTouch.Foundation.NSObject --> | + | <div newline></div> |
- | [[#Public Methods|Go Back]] | + | ** {{wiki:PublicMethod.gif|}} Refresh() ** |
- | ==== Add(UIView) ==== | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | Refreshes this instance. |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | view | UIView<!-- MonoTouch.UIKit.UIView --> | | | + | N/A |
- | <!-- MonoTouch.UIKit.UIView --> | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:Void |
- | ==== AddConstraint(NSLayoutConstraint) ==== | + | * Description:N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | <div newline></div> |
- | | constraint | NSLayoutConstraint<!-- MonoTouch.UIKit.NSLayoutConstraint --> | | | + | ** {{wiki:PublicMethod.gif|}} ZoomIn(Int32) ** |
- | <!-- MonoTouch.UIKit.UIView --> | + | Zooms the map in for one level. |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== AddConstraints(NSLayoutConstraint[]) ==== | + | N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | constraints | NSLayoutConstraint[]<!-- MonoTouch.UIKit.NSLayoutConstraint[[]] --> | | | + | * Description:N/A |
- | <!-- MonoTouch.UIKit.UIView --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //percentage// |
- | ==== AddGestureRecognizer(UIGestureRecognizer) ==== | + | * Type:Int32 |
- | === Return Value === | + | * Description:The percentage. |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} ZoomOut(Int32) ** |
- | | gestureRecognizer | UIGestureRecognizer<!-- MonoTouch.UIKit.UIGestureRecognizer --> | | | + | |
- | <!-- MonoTouch.UIKit.UIView --> | + | Zooms the map in by the provided percentage. |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== AddMotionEffect(UIMotionEffect) ==== | + | N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | effect | UIMotionEffect<!-- MonoTouch.UIKit.UIMotionEffect --> | | | + | * Description:N/A |
- | <!-- MonoTouch.UIKit.UIView --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //percentage// |
- | ==== AddObserver(NSObject, String, NSKeyValueObservingOptions, IntPtr) ==== | + | * Type:Int32 |
- | === Return Value === | + | * Description:The percentage. |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} ZoomTo(Feature) ** |
- | | observer | NSObject<!-- MonoTouch.Foundation.NSObject --> | | | + | |
- | | keyPath | String<!-- System.String --> | | | + | |
- | | options | NSKeyValueObservingOptions<!-- MonoTouch.Foundation.NSKeyValueObservingOptions --> | | | + | |
- | | context | IntPtr<!-- System.IntPtr --> | | | + | |
- | <!-- MonoTouch.Foundation.NSObject --> | + | Zooms the map to specified feature. |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== AddObserver(NSObject, NSString, NSKeyValueObservingOptions, IntPtr) ==== | + | N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | observer | NSObject<!-- MonoTouch.Foundation.NSObject --> | | | + | * Description:N/A |
- | | keyPath | NSString<!-- MonoTouch.Foundation.NSString --> | | | + | |
- | | options | NSKeyValueObservingOptions<!-- MonoTouch.Foundation.NSKeyValueObservingOptions --> | | | + | |
- | | context | IntPtr<!-- System.IntPtr --> | | | + | |
- | <!-- MonoTouch.Foundation.NSObject --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //feature// |
- | ==== AddObserver(NSString, NSKeyValueObservingOptions, Action<NSObservedChange>) ==== | + | * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] |
- | === Return Value === | + | * Description:The feature. |
- | ^ Return Type ^ Description ^ | + | |
- | | IDisposable<!-- System.IDisposable --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} ZoomTo(BaseShape) ** |
- | | key | NSString<!-- MonoTouch.Foundation.NSString --> | | | + | |
- | | options | NSKeyValueObservingOptions<!-- MonoTouch.Foundation.NSKeyValueObservingOptions --> | | | + | |
- | | observer | Action<NSObservedChange><!-- System.Action{MonoTouch.Foundation.NSObservedChange} --> | | | + | |
- | <!-- MonoTouch.Foundation.NSObject --> | + | Zooms the map to specified feature. |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== AddObserver(String, NSKeyValueObservingOptions, Action<NSObservedChange>) ==== | + | N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | IDisposable<!-- System.IDisposable --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | key | String<!-- System.String --> | | | + | * Description:N/A |
- | | options | NSKeyValueObservingOptions<!-- MonoTouch.Foundation.NSKeyValueObservingOptions --> | | | + | |
- | | observer | Action<NSObservedChange><!-- System.Action{MonoTouch.Foundation.NSObservedChange} --> | | | + | |
- | <!-- MonoTouch.Foundation.NSObject --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //targetShape// |
- | ==== AddSubview(UIView) ==== | + | * Type:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] |
- | === Return Value === | + | * Description:The target shape. |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} ZoomToScale(Double) ** |
- | | view | UIView<!-- MonoTouch.UIKit.UIView --> | | | + | |
- | <!-- MonoTouch.UIKit.UIView --> | + | Zooms the map to specified scale. |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== AddSubviews(UIView[]) ==== | + | N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | views | UIView[]<!-- MonoTouch.UIKit.UIView[[]] --> | | | + | * Description:N/A |
- | <!-- MonoTouch.UIKit.UIView --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //targetScale// |
- | ==== AlignmentRectForFrame(RectangleF) ==== | + | * Type:Double |
- | === Return Value === | + | * Description:The target scale. |
- | ^ Return Type ^ Description ^ | + | |
- | | RectangleF<!-- System.Drawing.RectangleF --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} ZoomTo(PointShape,Double) ** |
- | | frame | RectangleF<!-- System.Drawing.RectangleF --> | | | + | |
- | <!-- MonoTouch.UIKit.UIView --> | + | This method zooms current map to a specified position and scale. |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== AwakeFromNib() ==== | + | When calling this method, it doesn't refresh existing Tiles on the current map. For example, if using a TileOverlay such as LayerOverlay; a layer style is changed, Refresh method is proper to call. |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
+ | * Description:N/A | ||
- | <!-- MonoTouch.Foundation.NSObject --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //worldCenter// |
- | ==== BecomeFirstResponder() ==== | + | * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] |
- | === Return Value === | + | * Description:A world center to zoom the map to. |
- | ^ Return Type ^ Description ^ | + | |
- | | Boolean<!-- System.Boolean --> | | | + | |
- | === Parameters === | + | * //scale// |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Double |
+ | * Description:A double value indicates the scale to zoom the map to. | ||
- | <!-- MonoTouch.UIKit.UIResponder --> | + | <div newline></div> |
- | [[#Public Methods|Go Back]] | + | ** {{wiki:PublicMethod.gif|}} ZoomInByAnchorPoint(ScreenPointF) ** |
- | ==== BeginInvokeOnMainThread(NSAction) ==== | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | Zooms the in by anchor point. |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | action | NSAction<!-- MonoTouch.Foundation.NSAction --> | | | + | N/A |
- | <!-- MonoTouch.Foundation.NSObject --> | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:Void |
- | ==== BeginInvokeOnMainThread(Selector, NSObject) ==== | + | * Description:N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //touchPosition// |
- | | sel | Selector<!-- MonoTouch.ObjCRuntime.Selector --> | | | + | * Type:[[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]] |
- | | obj | NSObject<!-- MonoTouch.Foundation.NSObject --> | | | + | * Description:The touch position. |
- | <!-- MonoTouch.Foundation.NSObject --> | + | <div newline></div> |
- | [[#Public Methods|Go Back]] | + | ** {{wiki:PublicMethod.gif|}} ToWorldCoordinate(ScreenPointF) ** |
- | ==== BringSubviewToFront(UIView) ==== | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | Converts the provided screen points to world points. |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | view | UIView<!-- MonoTouch.UIKit.UIView --> | | | + | N/A |
- | <!-- MonoTouch.UIKit.UIView --> | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] |
- | ==== CanPerform(Selector, NSObject) ==== | + | * Description:A world coordinate that is converted. |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Boolean<!-- System.Boolean --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //screenCoordinate// |
- | | action | Selector<!-- MonoTouch.ObjCRuntime.Selector --> | | | + | * Type:[[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]] |
- | | withSender | NSObject<!-- MonoTouch.Foundation.NSObject --> | | | + | * Description:Screen point to be converted. |
- | <!-- MonoTouch.UIKit.UIResponder --> | + | <div newline></div> |
- | [[#Public Methods|Go Back]] | + | ** {{wiki:PublicMethod.gif|}} ToScreenCoordinate(PointShape) ** |
- | ==== CenterAt(PointShape) ==== | + | |
- | Locates the map center to the specified world point. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | Converts the provided world points to screen points. |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | worldCenter | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<!-- ThinkGeo.MapSuite.Core.PointShape --> | The world center. | | + | N/A |
- | <!-- ThinkGeo.MapSuite.iOSEdition.MapView --> | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:[[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]] |
- | ==== CenterAt(Double, Double) ==== | + | * Description:A screen coordinate that is converted. |
- | Locates the map center to the specified world point. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //worldCoordinate// |
- | | worldX | Double<!-- System.Double --> | The world x. | | + | * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] |
- | | worldY | Double<!-- System.Double --> | The world y. | | + | * Description:World point to be converted. |
- | <!-- ThinkGeo.MapSuite.iOSEdition.MapView --> | + | <div newline></div> |
- | [[#Public Methods|Go Back]] | + | ** {{wiki:PublicMethod.gif|}} ZoomToPreviousExtent() ** |
- | ==== CenterAt(Feature) ==== | + | |
- | Locates the map center to the specified feature. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | Zooms to previous extent. |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | feature | [[ThinkGeo.MapSuite.Core.Feature|Feature]]<!-- ThinkGeo.MapSuite.Core.Feature --> | The feature. | | + | N/A |
- | <!-- ThinkGeo.MapSuite.iOSEdition.MapView --> | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:Void |
- | ==== Close() ==== | + | * Description:N/A |
- | Closes this instance. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | <div newline></div> |
+ | ** {{wiki:PublicMethod.gif|}} ZoomToNextExtent() ** | ||
- | <!-- ThinkGeo.MapSuite.iOSEdition.MapView --> | + | Zooms to next extent. |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== ConformsToProtocol(IntPtr) ==== | + | N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Boolean<!-- System.Boolean --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | protocol | IntPtr<!-- System.IntPtr --> | | | + | * Description:N/A |
- | <!-- MonoTouch.Foundation.NSObject --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | <div newline></div> |
- | ==== ContentCompressionResistancePriority(UILayoutConstraintAxis) ==== | + | ** {{wiki:PublicMethod.gif|}} SystemLayoutSizeFittingSize(CGSize,Single,Single) ** |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Single<!-- System.Single --> | | | + | |
- | === Parameters === | + | N/A |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | axis | UILayoutConstraintAxis<!-- MonoTouch.UIKit.UILayoutConstraintAxis --> | | | + | N/A |
- | <!-- MonoTouch.UIKit.UIView --> | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:CGSize |
- | ==== ContentHuggingPriority(UILayoutConstraintAxis) ==== | + | * Description:N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Single<!-- System.Single --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //targetSize// |
- | | axis | UILayoutConstraintAxis<!-- MonoTouch.UIKit.UILayoutConstraintAxis --> | | | + | * Type:CGSize |
+ | * Description:N/A | ||
- | <!-- MonoTouch.UIKit.UIView --> | + | * //horizontalFittingPriority// |
- | [[#Public Methods|Go Back]] | + | * Type:Single |
- | ==== ConvertPointFromCoordinateSpace(PointF, IUICoordinateSpace) ==== | + | * Description:N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | PointF<!-- System.Drawing.PointF --> | | | + | |
- | === Parameters === | + | * //verticalFittingPriority// |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Single |
- | | point | PointF<!-- System.Drawing.PointF --> | | | + | * Description:N/A |
- | | coordinateSpace | IUICoordinateSpace<!-- MonoTouch.UIKit.IUICoordinateSpace --> | | | + | |
- | <!-- MonoTouch.UIKit.UIView --> | + | <div newline></div> |
- | [[#Public Methods|Go Back]] | + | ** {{wiki:PublicMethod.gif|}} TintColorDidChange() ** |
- | ==== ConvertPointFromView(PointF, UIView) ==== | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | PointF<!-- System.Drawing.PointF --> | | | + | |
- | === Parameters === | + | N/A |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | point | PointF<!-- System.Drawing.PointF --> | | | + | N/A |
- | | fromView | UIView<!-- MonoTouch.UIKit.UIView --> | | | + | |
- | <!-- MonoTouch.UIKit.UIView --> | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:Void |
- | ==== ConvertPointToCoordinateSpace(PointF, IUICoordinateSpace) ==== | + | * Description:N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | PointF<!-- System.Drawing.PointF --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | <div newline></div> |
- | | point | PointF<!-- System.Drawing.PointF --> | | | + | ** {{wiki:PublicMethod.gif|}} TraitCollectionDidChange(UITraitCollection) ** |
- | | coordinateSpace | IUICoordinateSpace<!-- MonoTouch.UIKit.IUICoordinateSpace --> | | | + | |
- | <!-- MonoTouch.UIKit.UIView --> | + | N/A |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== ConvertPointToView(PointF, UIView) ==== | + | N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | PointF<!-- System.Drawing.PointF --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | point | PointF<!-- System.Drawing.PointF --> | | | + | * Description:N/A |
- | | toView | UIView<!-- MonoTouch.UIKit.UIView --> | | | + | |
- | <!-- MonoTouch.UIKit.UIView --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //previousTraitCollection// |
- | ==== ConvertRectFromCoordinateSpace(RectangleF, IUICoordinateSpace) ==== | + | * Type:UITraitCollection |
- | === Return Value === | + | * Description:N/A |
- | ^ Return Type ^ Description ^ | + | |
- | | RectangleF<!-- System.Drawing.RectangleF --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} UpdateConstraints() ** |
- | | rect | RectangleF<!-- System.Drawing.RectangleF --> | | | + | |
- | | coordinateSpace | IUICoordinateSpace<!-- MonoTouch.UIKit.IUICoordinateSpace --> | | | + | |
- | <!-- MonoTouch.UIKit.UIView --> | + | N/A |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== ConvertRectFromView(RectangleF, UIView) ==== | + | N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | RectangleF<!-- System.Drawing.RectangleF --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | rect | RectangleF<!-- System.Drawing.RectangleF --> | | | + | * Description:N/A |
- | | fromView | UIView<!-- MonoTouch.UIKit.UIView --> | | | + | |
- | <!-- MonoTouch.UIKit.UIView --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | <div newline></div> |
- | ==== ConvertRectToCoordinateSpace(RectangleF, IUICoordinateSpace) ==== | + | ** {{wiki:PublicMethod.gif|}} UpdateConstraintsIfNeeded() ** |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | RectangleF<!-- System.Drawing.RectangleF --> | | | + | |
- | === Parameters === | + | N/A |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | rect | RectangleF<!-- System.Drawing.RectangleF --> | | | + | N/A |
- | | coordinateSpace | IUICoordinateSpace<!-- MonoTouch.UIKit.IUICoordinateSpace --> | | | + | |
- | <!-- MonoTouch.UIKit.UIView --> | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:Void |
- | ==== ConvertRectToView(RectangleF, UIView) ==== | + | * Description:N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | RectangleF<!-- System.Drawing.RectangleF --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | <div newline></div> |
- | | rect | RectangleF<!-- System.Drawing.RectangleF --> | | | + | ** {{wiki:PublicMethod.gif|}} ViewWithTag(nint) ** |
- | | toView | UIView<!-- MonoTouch.UIKit.UIView --> | | | + | |
- | <!-- MonoTouch.UIKit.UIView --> | + | N/A |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== Copy(NSObject) ==== | + | N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:UIView |
- | | sender | NSObject<!-- MonoTouch.Foundation.NSObject --> | | | + | * Description:N/A |
- | <!-- MonoTouch.UIKit.UIResponder --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //tag// |
- | ==== Copy() ==== | + | * Type:nint |
- | === Return Value === | + | * Description:N/A |
- | ^ Return Type ^ Description ^ | + | |
- | | NSObject<!-- MonoTouch.Foundation.NSObject --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} WillMoveToSuperview(UIView) ** |
- | <!-- MonoTouch.Foundation.NSObject --> | + | N/A |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== Cut(NSObject) ==== | + | N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | sender | NSObject<!-- MonoTouch.Foundation.NSObject --> | | | + | * Description:N/A |
- | <!-- MonoTouch.UIKit.UIResponder --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //newsuper// |
- | ==== DangerousAutorelease() ==== | + | * Type:UIView |
- | === Return Value === | + | * Description:N/A |
- | ^ Return Type ^ Description ^ | + | |
- | | NSObject<!-- MonoTouch.Foundation.NSObject --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} WillMoveToWindow(UIWindow) ** |
- | <!-- MonoTouch.Foundation.NSObject --> | + | N/A |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== DangerousRelease() ==== | + | N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
+ | * Description:N/A | ||
- | <!-- MonoTouch.Foundation.NSObject --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //window// |
- | ==== DangerousRetain() ==== | + | * Type:UIWindow |
- | === Return Value === | + | * Description:N/A |
- | ^ Return Type ^ Description ^ | + | |
- | | NSObject<!-- MonoTouch.Foundation.NSObject --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} WillRemoveSubview(UIView) ** |
- | <!-- MonoTouch.Foundation.NSObject --> | + | N/A |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== DecodeRestorableState(NSCoder) ==== | + | N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | coder | NSCoder<!-- MonoTouch.Foundation.NSCoder --> | | | + | * Description:N/A |
- | <!-- MonoTouch.UIKit.UIView --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //uiview// |
- | ==== Delete(NSObject) ==== | + | * Type:UIView |
- | === Return Value === | + | * Description:N/A |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} Add(UIView) ** |
- | | sender | NSObject<!-- MonoTouch.Foundation.NSObject --> | | | + | |
- | <!-- MonoTouch.UIKit.UIResponder --> | + | N/A |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== DidChange(NSKeyValueChange, NSIndexSet, NSString) ==== | + | N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | changeKind | NSKeyValueChange<!-- MonoTouch.Foundation.NSKeyValueChange --> | | | + | * Description:N/A |
- | | indexes | NSIndexSet<!-- MonoTouch.Foundation.NSIndexSet --> | | | + | |
- | | forKey | NSString<!-- MonoTouch.Foundation.NSString --> | | | + | |
- | <!-- MonoTouch.Foundation.NSObject --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //view// |
- | ==== DidChange(NSString, NSKeyValueSetMutationKind, NSSet) ==== | + | * Type:UIView |
- | === Return Value === | + | * Description:N/A |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} AddSubviews(UIView[]) ** |
- | | forKey | NSString<!-- MonoTouch.Foundation.NSString --> | | | + | |
- | | mutationKind | NSKeyValueSetMutationKind<!-- MonoTouch.Foundation.NSKeyValueSetMutationKind --> | | | + | |
- | | objects | NSSet<!-- MonoTouch.Foundation.NSSet --> | | | + | |
- | <!-- MonoTouch.Foundation.NSObject --> | + | N/A |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== DidChangeValue(String) ==== | + | N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | forKey | String<!-- System.String --> | | | + | * Description:N/A |
- | <!-- MonoTouch.Foundation.NSObject --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //views// |
- | ==== Dispose() ==== | + | * Type:UIView[] |
- | === Return Value === | + | * Description:N/A |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} GetEnumerator() ** |
- | <!-- MonoTouch.Foundation.NSObject --> | + | N/A |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== DoesNotRecognizeSelector(Selector) ==== | + | N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:IEnumerator |
- | | sel | Selector<!-- MonoTouch.ObjCRuntime.Selector --> | | | + | * Description:N/A |
- | <!-- MonoTouch.Foundation.NSObject --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | <div newline></div> |
- | ==== Draw(RectangleF) ==== | + | ** {{wiki:PublicMethod.gif|}} AccessibilityActivate() ** |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | N/A |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | rect | RectangleF<!-- System.Drawing.RectangleF --> | | | + | N/A |
- | <!-- MonoTouch.UIKit.UIView --> | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:Boolean |
- | ==== DrawRect(RectangleF, UIViewPrintFormatter) ==== | + | * Description:N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | <div newline></div> |
- | | area | RectangleF<!-- System.Drawing.RectangleF --> | | | + | ** {{wiki:PublicMethod.gif|}} AddConstraint(NSLayoutConstraint) ** |
- | | formatter | UIViewPrintFormatter<!-- MonoTouch.UIKit.UIViewPrintFormatter --> | | | + | |
- | <!-- MonoTouch.UIKit.UIView --> | + | N/A |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== DrawString(String, PointF, UIFont) ==== | + | N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | SizeF<!-- System.Drawing.SizeF --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | str | String<!-- System.String --> | | | + | * Description:N/A |
- | | point | PointF<!-- System.Drawing.PointF --> | | | + | |
- | | font | UIFont<!-- MonoTouch.UIKit.UIFont --> | | | + | |
- | <!-- MonoTouch.UIKit.UIView --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //constraint// |
- | ==== DrawString(String, PointF, Single, UIFont, UILineBreakMode) ==== | + | * Type:NSLayoutConstraint |
- | === Return Value === | + | * Description:N/A |
- | ^ Return Type ^ Description ^ | + | |
- | | SizeF<!-- System.Drawing.SizeF --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} AddConstraints(NSLayoutConstraint[]) ** |
- | | 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 --> | + | N/A |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== DrawString(String, PointF, Single, UIFont, Single, UILineBreakMode, UIBaselineAdjustment) ==== | + | N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | SizeF<!-- System.Drawing.SizeF --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | str | String<!-- System.String --> | | | + | * Description:N/A |
- | | 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 --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //constraints// |
- | ==== DrawString(String, PointF, Single, UIFont, Single, ref Single, UILineBreakMode, UIBaselineAdjustment) ==== | + | * Type:NSLayoutConstraint[] |
- | === Return Value === | + | * Description:N/A |
- | ^ Return Type ^ Description ^ | + | |
- | | SizeF<!-- System.Drawing.SizeF --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} AddGestureRecognizer(UIGestureRecognizer) ** |
- | | 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 --> | + | N/A |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== DrawString(String, RectangleF, UIFont) ==== | + | N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | SizeF<!-- System.Drawing.SizeF --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | str | String<!-- System.String --> | | | + | * Description:N/A |
- | | rect | RectangleF<!-- System.Drawing.RectangleF --> | | | + | |
- | | font | UIFont<!-- MonoTouch.UIKit.UIFont --> | | | + | |
- | <!-- MonoTouch.UIKit.UIView --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //gestureRecognizer// |
- | ==== DrawString(String, RectangleF, UIFont, UILineBreakMode) ==== | + | * Type:UIGestureRecognizer |
- | === Return Value === | + | * Description:N/A |
- | ^ Return Type ^ Description ^ | + | |
- | | SizeF<!-- System.Drawing.SizeF --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} AddMotionEffect(UIMotionEffect) ** |
- | | str | String<!-- System.String --> | | | + | |
- | | rect | RectangleF<!-- System.Drawing.RectangleF --> | | | + | |
- | | font | UIFont<!-- MonoTouch.UIKit.UIFont --> | | | + | |
- | | mode | UILineBreakMode<!-- MonoTouch.UIKit.UILineBreakMode --> | | | + | |
- | <!-- MonoTouch.UIKit.UIView --> | + | N/A |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== DrawString(String, RectangleF, UIFont, UILineBreakMode, UITextAlignment) ==== | + | N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | SizeF<!-- System.Drawing.SizeF --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | str | String<!-- System.String --> | | | + | * Description:N/A |
- | | rect | RectangleF<!-- System.Drawing.RectangleF --> | | | + | |
- | | font | UIFont<!-- MonoTouch.UIKit.UIFont --> | | | + | |
- | | mode | UILineBreakMode<!-- MonoTouch.UIKit.UILineBreakMode --> | | | + | |
- | | alignment | UITextAlignment<!-- MonoTouch.UIKit.UITextAlignment --> | | | + | |
- | <!-- MonoTouch.UIKit.UIView --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //effect// |
- | ==== DrawString(String, PointF, Single, UIFont, Single, Single, UILineBreakMode, UIBaselineAdjustment) ==== | + | * Type:UIMotionEffect |
- | === Return Value === | + | * Description:N/A |
- | ^ Return Type ^ Description ^ | + | |
- | | SizeF<!-- System.Drawing.SizeF --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} AddSubview(UIView) ** |
- | | str | String<!-- System.String --> | | | + | |
- | | point | PointF<!-- System.Drawing.PointF --> | | | + | |
- | | width | Single<!-- System.Single --> | | | + | |
- | | font | UIFont<!-- MonoTouch.UIKit.UIFont --> | | | + | |
- | | minFontSize | Single<!-- System.Single --> | | | + | |
- | | actualFontSize | Single<!-- System.Single --> | | | + | |
- | | breakMode | UILineBreakMode<!-- MonoTouch.UIKit.UILineBreakMode --> | | | + | |
- | | adjustment | UIBaselineAdjustment<!-- MonoTouch.UIKit.UIBaselineAdjustment --> | | | + | |
- | <!-- MonoTouch.UIKit.UIView --> | + | N/A |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== DrawViewHierarchy(RectangleF, Boolean) ==== | + | N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Boolean<!-- System.Boolean --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | rect | RectangleF<!-- System.Drawing.RectangleF --> | | | + | * Description:N/A |
- | | afterScreenUpdates | Boolean<!-- System.Boolean --> | | | + | |
- | <!-- MonoTouch.UIKit.UIView --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //view// |
- | ==== EncodeRestorableState(NSCoder) ==== | + | * Type:UIView |
- | === Return Value === | + | * Description:N/A |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} AlignmentRectForFrame(CGRect) ** |
- | | coder | NSCoder<!-- MonoTouch.Foundation.NSCoder --> | | | + | |
- | <!-- MonoTouch.UIKit.UIView --> | + | N/A |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== EncodeTo(NSCoder) ==== | + | N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:CGRect |
- | | coder | NSCoder<!-- MonoTouch.Foundation.NSCoder --> | | | + | * Description:N/A |
- | <!-- MonoTouch.Foundation.NSObject --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //frame// |
- | ==== EndEditing(Boolean) ==== | + | * Type:CGRect |
- | === Return Value === | + | * Description:N/A |
- | ^ Return Type ^ Description ^ | + | |
- | | Boolean<!-- System.Boolean --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} BringSubviewToFront(UIView) ** |
- | | force | Boolean<!-- System.Boolean --> | | | + | |
- | <!-- MonoTouch.UIKit.UIView --> | + | N/A |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== Equals(Object) ==== | + | N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Boolean<!-- System.Boolean --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | obj | Object<!-- System.Object --> | | | + | * Description:N/A |
- | <!-- System.Object --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //view// |
- | ==== ExchangeSubview(Int32, Int32) ==== | + | * Type:UIView |
- | === Return Value === | + | * Description:N/A |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} ContentCompressionResistancePriority(UILayoutConstraintAxis) ** |
- | | atIndex | Int32<!-- System.Int32 --> | | | + | |
- | | withSubviewAtIndex | Int32<!-- System.Int32 --> | | | + | |
- | <!-- MonoTouch.UIKit.UIView --> | + | N/A |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== ExerciseAmbiguityInLayout() ==== | + | N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Single |
+ | * Description:N/A | ||
- | <!-- MonoTouch.UIKit.UIView --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //axis// |
- | ==== FrameForAlignmentRect(RectangleF) ==== | + | * Type:UILayoutConstraintAxis |
- | === Return Value === | + | * Description:N/A |
- | ^ Return Type ^ Description ^ | + | |
- | | RectangleF<!-- System.Drawing.RectangleF --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} ContentHuggingPriority(UILayoutConstraintAxis) ** |
- | | alignmentRect | RectangleF<!-- System.Drawing.RectangleF --> | | | + | |
- | <!-- MonoTouch.UIKit.UIView --> | + | N/A |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== GestureRecognizerShouldBegin(UIGestureRecognizer) ==== | + | N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Boolean<!-- System.Boolean --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Single |
- | | gestureRecognizer | UIGestureRecognizer<!-- MonoTouch.UIKit.UIGestureRecognizer --> | | | + | * Description:N/A |
- | <!-- MonoTouch.UIKit.UIView --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //axis// |
- | ==== GetConstraintsAffectingLayout(UILayoutConstraintAxis) ==== | + | * Type:UILayoutConstraintAxis |
- | === Return Value === | + | * Description:N/A |
- | ^ Return Type ^ Description ^ | + | |
- | | NSLayoutConstraint[]<!-- MonoTouch.UIKit.NSLayoutConstraint[[]] --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} ConvertPointFromCoordinateSpace(CGPoint,IUICoordinateSpace) ** |
- | | axis | UILayoutConstraintAxis<!-- MonoTouch.UIKit.UILayoutConstraintAxis --> | | | + | |
- | <!-- MonoTouch.UIKit.UIView --> | + | N/A |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== GetDictionaryOfValuesFromKeys(NSString[]) ==== | + | N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | NSDictionary<!-- MonoTouch.Foundation.NSDictionary --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:CGPoint |
- | | keys | NSString[]<!-- MonoTouch.Foundation.NSString[[]] --> | | | + | * Description:N/A |
- | <!-- MonoTouch.Foundation.NSObject --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //point// |
- | ==== GetEnumerator() ==== | + | * Type:CGPoint |
- | === Return Value === | + | * Description:N/A |
- | ^ Return Type ^ Description ^ | + | |
- | | IEnumerator<!-- System.Collections.IEnumerator --> | | | + | |
- | === Parameters === | + | * //coordinateSpace// |
- | ^ Name ^ Type ^ Description ^ | + | * Type:IUICoordinateSpace |
+ | * Description:N/A | ||
- | <!-- MonoTouch.UIKit.UIView --> | + | <div newline></div> |
- | [[#Public Methods|Go Back]] | + | ** {{wiki:PublicMethod.gif|}} ConvertPointFromView(CGPoint,UIView) ** |
- | ==== GetHashCode() ==== | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Int32<!-- System.Int32 --> | | | + | |
- | === Parameters === | + | N/A |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
+ | N/A | ||
- | <!-- System.Object --> | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:CGPoint |
- | ==== GetNativeField(String) ==== | + | * Description:N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | NSObject<!-- MonoTouch.Foundation.NSObject --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //point// |
- | | name | String<!-- System.String --> | | | + | * Type:CGPoint |
+ | * Description:N/A | ||
- | <!-- MonoTouch.Foundation.NSObject --> | + | * //fromView// |
- | [[#Public Methods|Go Back]] | + | * Type:UIView |
- | ==== GetSnappedZoomLevelIndex(Double) ==== | + | * Description:N/A |
- | Gets the index of the snapped zoom level. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Int32<!-- System.Int32 --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} ConvertPointToCoordinateSpace(CGPoint,IUICoordinateSpace) ** |
- | | scale | Double<!-- System.Double --> | The scale. | | + | |
- | <!-- ThinkGeo.MapSuite.iOSEdition.MapView --> | + | N/A |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== GetTargetForAction(Selector, NSObject) ==== | + | N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | NSObject<!-- MonoTouch.Foundation.NSObject --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:CGPoint |
- | | action | Selector<!-- MonoTouch.ObjCRuntime.Selector --> | | | + | * Description:N/A |
- | | sender | NSObject<!-- MonoTouch.Foundation.NSObject --> | | | + | |
- | <!-- MonoTouch.UIKit.UIResponder --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //point// |
- | ==== GetType() ==== | + | * Type:CGPoint |
- | === Return Value === | + | * Description:N/A |
- | ^ Return Type ^ Description ^ | + | |
- | | Type<!-- System.Type --> | | | + | |
- | === Parameters === | + | * //coordinateSpace// |
- | ^ Name ^ Type ^ Description ^ | + | * Type:IUICoordinateSpace |
+ | * Description:N/A | ||
- | <!-- System.Object --> | + | <div newline></div> |
- | [[#Public Methods|Go Back]] | + | ** {{wiki:PublicMethod.gif|}} ConvertPointToView(CGPoint,UIView) ** |
- | ==== HitTest(PointF, UIEvent) ==== | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | UIView<!-- MonoTouch.UIKit.UIView --> | | | + | |
- | === Parameters === | + | N/A |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | point | PointF<!-- System.Drawing.PointF --> | | | + | N/A |
- | | uievent | UIEvent<!-- MonoTouch.UIKit.UIEvent --> | | | + | |
- | <!-- MonoTouch.UIKit.UIView --> | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:CGPoint |
- | ==== Init() ==== | + | * Description:N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //point// |
+ | * Type:CGPoint | ||
+ | * Description:N/A | ||
- | <!-- MonoTouch.Foundation.NSObject --> | + | * //toView// |
- | [[#Public Methods|Go Back]] | + | * Type:UIView |
- | ==== InsertSubview(UIView, Int32) ==== | + | * Description:N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} ConvertRectFromCoordinateSpace(CGRect,IUICoordinateSpace) ** |
- | | view | UIView<!-- MonoTouch.UIKit.UIView --> | | | + | |
- | | atIndex | Int32<!-- System.Int32 --> | | | + | |
- | <!-- MonoTouch.UIKit.UIView --> | + | N/A |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== InsertSubviewAbove(UIView, UIView) ==== | + | N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:CGRect |
- | | view | UIView<!-- MonoTouch.UIKit.UIView --> | | | + | * Description:N/A |
- | | siblingSubview | UIView<!-- MonoTouch.UIKit.UIView --> | | | + | |
- | <!-- MonoTouch.UIKit.UIView --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //rect// |
- | ==== InsertSubviewBelow(UIView, UIView) ==== | + | * Type:CGRect |
- | === Return Value === | + | * Description:N/A |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | * //coordinateSpace// |
- | ^ Name ^ Type ^ Description ^ | + | * Type:IUICoordinateSpace |
- | | view | UIView<!-- MonoTouch.UIKit.UIView --> | | | + | * Description:N/A |
- | | siblingSubview | UIView<!-- MonoTouch.UIKit.UIView --> | | | + | |
- | <!-- MonoTouch.UIKit.UIView --> | + | <div newline></div> |
- | [[#Public Methods|Go Back]] | + | ** {{wiki:PublicMethod.gif|}} ConvertRectFromView(CGRect,UIView) ** |
- | ==== InvalidateIntrinsicContentSize() ==== | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | N/A |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
+ | N/A | ||
- | <!-- MonoTouch.UIKit.UIView --> | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:CGRect |
- | ==== Invoke(NSAction, TimeSpan) ==== | + | * Description:N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //rect// |
- | | action | NSAction<!-- MonoTouch.Foundation.NSAction --> | | | + | * Type:CGRect |
- | | delay | TimeSpan<!-- System.TimeSpan --> | | | + | * Description:N/A |
- | <!-- MonoTouch.Foundation.NSObject --> | + | * //fromView// |
- | [[#Public Methods|Go Back]] | + | * Type:UIView |
- | ==== Invoke(NSAction, Double) ==== | + | * Description:N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} ConvertRectToCoordinateSpace(CGRect,IUICoordinateSpace) ** |
- | | action | NSAction<!-- MonoTouch.Foundation.NSAction --> | | | + | |
- | | delay | Double<!-- System.Double --> | | | + | |
- | <!-- MonoTouch.Foundation.NSObject --> | + | N/A |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== InvokeOnMainThread(NSAction) ==== | + | N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:CGRect |
- | | action | NSAction<!-- MonoTouch.Foundation.NSAction --> | | | + | * Description:N/A |
- | <!-- MonoTouch.Foundation.NSObject --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //rect// |
- | ==== InvokeOnMainThread(Selector, NSObject) ==== | + | * Type:CGRect |
- | === Return Value === | + | * Description:N/A |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | * //coordinateSpace// |
- | ^ Name ^ Type ^ Description ^ | + | * Type:IUICoordinateSpace |
- | | sel | Selector<!-- MonoTouch.ObjCRuntime.Selector --> | | | + | * Description:N/A |
- | | obj | NSObject<!-- MonoTouch.Foundation.NSObject --> | | | + | |
- | <!-- MonoTouch.Foundation.NSObject --> | + | <div newline></div> |
- | [[#Public Methods|Go Back]] | + | ** {{wiki:PublicMethod.gif|}} ConvertRectToView(CGRect,UIView) ** |
- | ==== IsDescendantOfView(UIView) ==== | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Boolean<!-- System.Boolean --> | | | + | |
- | === Parameters === | + | N/A |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | view | UIView<!-- MonoTouch.UIKit.UIView --> | | | + | N/A |
- | <!-- MonoTouch.UIKit.UIView --> | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:CGRect |
- | ==== LayoutIfNeeded() ==== | + | * Description:N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //rect// |
+ | * Type:CGRect | ||
+ | * Description:N/A | ||
- | <!-- MonoTouch.UIKit.UIView --> | + | * //toView// |
- | [[#Public Methods|Go Back]] | + | * Type:UIView |
- | ==== LayoutMarginsDidChange() ==== | + | * Description:N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} DecodeRestorableState(NSCoder) ** |
- | <!-- MonoTouch.UIKit.UIView --> | + | N/A |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== LayoutSubviews() ==== | + | N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
+ | * Description:N/A | ||
- | <!-- MonoTouch.UIKit.UIView --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //coder// |
- | ==== MakeTextWritingDirectionLeftToRight(NSObject) ==== | + | * Type:NSCoder |
- | === Return Value === | + | * Description:N/A |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} Draw(CGRect) ** |
- | | sender | NSObject<!-- MonoTouch.Foundation.NSObject --> | | | + | |
- | <!-- MonoTouch.UIKit.UIResponder --> | + | N/A |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== MakeTextWritingDirectionRightToLeft(NSObject) ==== | + | N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | sender | NSObject<!-- MonoTouch.Foundation.NSObject --> | | | + | * Description:N/A |
- | <!-- MonoTouch.UIKit.UIResponder --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //rect// |
- | ==== MotionBegan(UIEventSubtype, UIEvent) ==== | + | * Type:CGRect |
- | === Return Value === | + | * Description:N/A |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} DrawRect(CGRect,UIViewPrintFormatter) ** |
- | | motion | UIEventSubtype<!-- MonoTouch.UIKit.UIEventSubtype --> | | | + | |
- | | evt | UIEvent<!-- MonoTouch.UIKit.UIEvent --> | | | + | |
- | <!-- MonoTouch.UIKit.UIResponder --> | + | N/A |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== MotionCancelled(UIEventSubtype, UIEvent) ==== | + | N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | motion | UIEventSubtype<!-- MonoTouch.UIKit.UIEventSubtype --> | | | + | * Description:N/A |
- | | evt | UIEvent<!-- MonoTouch.UIKit.UIEvent --> | | | + | |
- | <!-- MonoTouch.UIKit.UIResponder --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //area// |
- | ==== MotionEnded(UIEventSubtype, UIEvent) ==== | + | * Type:CGRect |
- | === Return Value === | + | * Description:N/A |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | * //formatter// |
- | ^ Name ^ Type ^ Description ^ | + | * Type:UIViewPrintFormatter |
- | | motion | UIEventSubtype<!-- MonoTouch.UIKit.UIEventSubtype --> | | | + | * Description:N/A |
- | | evt | UIEvent<!-- MonoTouch.UIKit.UIEvent --> | | | + | |
- | <!-- MonoTouch.UIKit.UIResponder --> | + | <div newline></div> |
- | [[#Public Methods|Go Back]] | + | ** {{wiki:PublicMethod.gif|}} DrawViewHierarchy(CGRect,Boolean) ** |
- | ==== MovedToSuperview() ==== | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | N/A |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
+ | N/A | ||
- | <!-- MonoTouch.UIKit.UIView --> | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:Boolean |
- | ==== MovedToWindow() ==== | + | * Description:N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //rect// |
+ | * Type:CGRect | ||
+ | * Description:N/A | ||
- | <!-- MonoTouch.UIKit.UIView --> | + | * //afterScreenUpdates// |
- | [[#Public Methods|Go Back]] | + | * Type:Boolean |
- | ==== MutableCopy() ==== | + | * Description:N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | NSObject<!-- MonoTouch.Foundation.NSObject --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} EncodeRestorableState(NSCoder) ** |
- | <!-- MonoTouch.Foundation.NSObject --> | + | N/A |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== NeedsUpdateConstraints() ==== | + | N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Boolean<!-- System.Boolean --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
+ | * Description:N/A | ||
- | <!-- MonoTouch.UIKit.UIView --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //coder// |
- | ==== ObserveValue(NSString, NSObject, NSDictionary, IntPtr) ==== | + | * Type:NSCoder |
- | === Return Value === | + | * Description:N/A |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} EncodeTo(NSCoder) ** |
- | | keyPath | NSString<!-- MonoTouch.Foundation.NSString --> | | | + | |
- | | ofObject | NSObject<!-- MonoTouch.Foundation.NSObject --> | | | + | |
- | | change | NSDictionary<!-- MonoTouch.Foundation.NSDictionary --> | | | + | |
- | | context | IntPtr<!-- System.IntPtr --> | | | + | |
- | <!-- MonoTouch.Foundation.NSObject --> | + | N/A |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== Pan(PanDirection, Int32) ==== | + | N/A |
- | Pans the specified direction. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | direction | [[ThinkGeo.MapSuite.Core.PanDirection|PanDirection]]<!-- ThinkGeo.MapSuite.Core.PanDirection --> | The direction. | | + | * Description:N/A |
- | | percentage | Int32<!-- System.Int32 --> | The percentage. | | + | |
- | <!-- ThinkGeo.MapSuite.iOSEdition.MapView --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //encoder// |
- | ==== Paste(NSObject) ==== | + | * Type:NSCoder |
- | === Return Value === | + | * Description:N/A |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} ExchangeSubview(nint,nint) ** |
- | | sender | NSObject<!-- MonoTouch.Foundation.NSObject --> | | | + | |
- | <!-- MonoTouch.UIKit.UIResponder --> | + | N/A |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== PerformSelector(Selector, NSObject, Double) ==== | + | N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | selector | Selector<!-- MonoTouch.ObjCRuntime.Selector --> | | | + | * Description:N/A |
- | | withObject | NSObject<!-- MonoTouch.Foundation.NSObject --> | | | + | |
- | | delay | Double<!-- System.Double --> | | | + | |
- | <!-- MonoTouch.Foundation.NSObject --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //atIndex// |
- | ==== PerformSelector(Selector, NSObject, Double, NSString[]) ==== | + | * Type:nint |
- | === Return Value === | + | * Description:N/A |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | * //withSubviewAtIndex// |
- | ^ Name ^ Type ^ Description ^ | + | * Type:nint |
- | | selector | Selector<!-- MonoTouch.ObjCRuntime.Selector --> | | | + | * Description:N/A |
- | | withObject | NSObject<!-- MonoTouch.Foundation.NSObject --> | | | + | |
- | | afterDelay | Double<!-- System.Double --> | | | + | |
- | | nsRunLoopModes | NSString[]<!-- MonoTouch.Foundation.NSString[[]] --> | | | + | |
- | <!-- MonoTouch.Foundation.NSObject --> | + | <div newline></div> |
- | [[#Public Methods|Go Back]] | + | ** {{wiki:PublicMethod.gif|}} ExerciseAmbiguityInLayout() ** |
- | ==== PerformSelector(Selector, NSThread, NSObject, Boolean) ==== | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | N/A |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | selector | Selector<!-- MonoTouch.ObjCRuntime.Selector --> | | | + | N/A |
- | | onThread | NSThread<!-- MonoTouch.Foundation.NSThread --> | | | + | |
- | | withObject | NSObject<!-- MonoTouch.Foundation.NSObject --> | | | + | |
- | | waitUntilDone | Boolean<!-- System.Boolean --> | | | + | |
- | <!-- MonoTouch.Foundation.NSObject --> | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:Void |
- | ==== PerformSelector(Selector, NSThread, NSObject, Boolean, NSString[]) ==== | + | * Description:N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | <div newline></div> |
- | | selector | Selector<!-- MonoTouch.ObjCRuntime.Selector --> | | | + | ** {{wiki:PublicMethod.gif|}} FrameForAlignmentRect(CGRect) ** |
- | | onThread | NSThread<!-- MonoTouch.Foundation.NSThread --> | | | + | |
- | | withObject | NSObject<!-- MonoTouch.Foundation.NSObject --> | | | + | |
- | | waitUntilDone | Boolean<!-- System.Boolean --> | | | + | |
- | | nsRunLoopModes | NSString[]<!-- MonoTouch.Foundation.NSString[[]] --> | | | + | |
- | <!-- MonoTouch.Foundation.NSObject --> | + | N/A |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== PerformSelector(Selector, NSObject, Single) ==== | + | N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:CGRect |
- | | sel | Selector<!-- MonoTouch.ObjCRuntime.Selector --> | | | + | * Description:N/A |
- | | obj | NSObject<!-- MonoTouch.Foundation.NSObject --> | | | + | |
- | | delay | Single<!-- System.Single --> | | | + | |
- | <!-- MonoTouch.Foundation.NSObject --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //alignmentRect// |
- | ==== PointInside(PointF, UIEvent) ==== | + | * Type:CGRect |
- | === Return Value === | + | * Description:N/A |
- | ^ Return Type ^ Description ^ | + | |
- | | Boolean<!-- System.Boolean --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} GestureRecognizerShouldBegin(UIGestureRecognizer) ** |
- | | point | PointF<!-- System.Drawing.PointF --> | | | + | |
- | | uievent | UIEvent<!-- MonoTouch.UIKit.UIEvent --> | | | + | |
- | <!-- MonoTouch.UIKit.UIView --> | + | N/A |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== Refresh() ==== | + | N/A |
- | Refreshes this instance. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Boolean |
+ | * Description:N/A | ||
- | <!-- ThinkGeo.MapSuite.iOSEdition.MapView --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //gestureRecognizer// |
- | ==== Refresh(IEnumerable<Overlay>) ==== | + | * Type:UIGestureRecognizer |
- | Refreshes the specified overlays. | + | * Description:N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} GetConstraintsAffectingLayout(UILayoutConstraintAxis) ** |
- | | overlays | IEnumerable<[[ThinkGeo.MapSuite.iOSEdition.Overlay|Overlay]]><!-- System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.iOSEdition.Overlay} --> | The overlays. | | + | |
- | <!-- ThinkGeo.MapSuite.iOSEdition.MapView --> | + | N/A |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== ReloadInputViews() ==== | + | N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:NSLayoutConstraint[] |
+ | * Description:N/A | ||
- | <!-- MonoTouch.UIKit.UIResponder --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //axis// |
- | ==== RemoteControlReceived(UIEvent) ==== | + | * Type:UILayoutConstraintAxis |
- | === Return Value === | + | * Description:N/A |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} HitTest(CGPoint,UIEvent) ** |
- | | theEvent | UIEvent<!-- MonoTouch.UIKit.UIEvent --> | | | + | |
- | <!-- MonoTouch.UIKit.UIResponder --> | + | N/A |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== RemoveConstraint(NSLayoutConstraint) ==== | + | N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:UIView |
- | | constraint | NSLayoutConstraint<!-- MonoTouch.UIKit.NSLayoutConstraint --> | | | + | * Description:N/A |
- | <!-- MonoTouch.UIKit.UIView --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //point// |
- | ==== RemoveConstraints(NSLayoutConstraint[]) ==== | + | * Type:CGPoint |
- | === Return Value === | + | * Description:N/A |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | * //uievent// |
- | ^ Name ^ Type ^ Description ^ | + | * Type:UIEvent |
- | | constraints | NSLayoutConstraint[]<!-- MonoTouch.UIKit.NSLayoutConstraint[[]] --> | | | + | * Description:N/A |
- | <!-- MonoTouch.UIKit.UIView --> | + | <div newline></div> |
- | [[#Public Methods|Go Back]] | + | ** {{wiki:PublicMethod.gif|}} InsertSubview(UIView,nint) ** |
- | ==== RemoveFromSuperview() ==== | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | N/A |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
+ | N/A | ||
- | <!-- MonoTouch.UIKit.UIView --> | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:Void |
- | ==== RemoveGestureRecognizer(UIGestureRecognizer) ==== | + | * Description:N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //view// |
- | | gestureRecognizer | UIGestureRecognizer<!-- MonoTouch.UIKit.UIGestureRecognizer --> | | | + | * Type:UIView |
+ | * Description:N/A | ||
- | <!-- MonoTouch.UIKit.UIView --> | + | * //atIndex// |
- | [[#Public Methods|Go Back]] | + | * Type:nint |
- | ==== RemoveMotionEffect(UIMotionEffect) ==== | + | * Description:N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} InsertSubviewAbove(UIView,UIView) ** |
- | | effect | UIMotionEffect<!-- MonoTouch.UIKit.UIMotionEffect --> | | | + | |
- | <!-- MonoTouch.UIKit.UIView --> | + | N/A |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== RemoveObserver(NSObject, String) ==== | + | N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | observer | NSObject<!-- MonoTouch.Foundation.NSObject --> | | | + | * Description:N/A |
- | | keyPath | String<!-- System.String --> | | | + | |
- | <!-- MonoTouch.Foundation.NSObject --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //view// |
- | ==== RemoveObserver(NSObject, NSString) ==== | + | * Type:UIView |
- | === Return Value === | + | * Description:N/A |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | * //siblingSubview// |
- | ^ Name ^ Type ^ Description ^ | + | * Type:UIView |
- | | observer | NSObject<!-- MonoTouch.Foundation.NSObject --> | | | + | * Description:N/A |
- | | keyPath | NSString<!-- MonoTouch.Foundation.NSString --> | | | + | |
- | <!-- MonoTouch.Foundation.NSObject --> | + | <div newline></div> |
- | [[#Public Methods|Go Back]] | + | ** {{wiki:PublicMethod.gif|}} InsertSubviewBelow(UIView,UIView) ** |
- | ==== RemoveObserver(NSObject, String, IntPtr) ==== | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | N/A |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | observer | NSObject<!-- MonoTouch.Foundation.NSObject --> | | | + | N/A |
- | | keyPath | String<!-- System.String --> | | | + | |
- | | context | IntPtr<!-- System.IntPtr --> | | | + | |
- | <!-- MonoTouch.Foundation.NSObject --> | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:Void |
- | ==== RemoveObserver(NSObject, NSString, IntPtr) ==== | + | * Description:N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //view// |
- | | observer | NSObject<!-- MonoTouch.Foundation.NSObject --> | | | + | * Type:UIView |
- | | keyPath | NSString<!-- MonoTouch.Foundation.NSString --> | | | + | * Description:N/A |
- | | context | IntPtr<!-- System.IntPtr --> | | | + | |
- | <!-- MonoTouch.Foundation.NSObject --> | + | * //siblingSubview// |
- | [[#Public Methods|Go Back]] | + | * Type:UIView |
- | ==== ResignFirstResponder() ==== | + | * Description:N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Boolean<!-- System.Boolean --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} InvalidateIntrinsicContentSize() ** |
- | <!-- MonoTouch.UIKit.UIResponder --> | + | N/A |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== ResizableSnapshotView(RectangleF, Boolean, UIEdgeInsets) ==== | + | N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | UIView<!-- MonoTouch.UIKit.UIView --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | rect | RectangleF<!-- System.Drawing.RectangleF --> | | | + | * Description:N/A |
- | | afterScreenUpdates | Boolean<!-- System.Boolean --> | | | + | |
- | | capInsets | UIEdgeInsets<!-- MonoTouch.UIKit.UIEdgeInsets --> | | | + | |
- | <!-- MonoTouch.UIKit.UIView --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | <div newline></div> |
- | ==== RespondsToSelector(Selector) ==== | + | ** {{wiki:PublicMethod.gif|}} IsDescendantOfView(UIView) ** |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Boolean<!-- System.Boolean --> | | | + | |
- | === Parameters === | + | N/A |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | sel | Selector<!-- MonoTouch.ObjCRuntime.Selector --> | | | + | N/A |
- | <!-- MonoTouch.Foundation.NSObject --> | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:Boolean |
- | ==== RestoreUserActivityState(NSUserActivity) ==== | + | * Description:N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //view// |
- | | activity | NSUserActivity<!-- MonoTouch.Foundation.NSUserActivity --> | | | + | * Type:UIView |
+ | * Description:N/A | ||
- | <!-- MonoTouch.UIKit.UIResponder --> | + | <div newline></div> |
- | [[#Public Methods|Go Back]] | + | ** {{wiki:PublicMethod.gif|}} LayoutIfNeeded() ** |
- | ==== Select(NSObject) ==== | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | N/A |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | sender | NSObject<!-- MonoTouch.Foundation.NSObject --> | | | + | N/A |
- | <!-- MonoTouch.UIKit.UIResponder --> | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:Void |
- | ==== SelectAll(NSObject) ==== | + | * Description:N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | <div newline></div> |
- | | sender | NSObject<!-- MonoTouch.Foundation.NSObject --> | | | + | ** {{wiki:PublicMethod.gif|}} LayoutMarginsDidChange() ** |
- | <!-- MonoTouch.UIKit.UIResponder --> | + | N/A |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== SendSubviewToBack(UIView) ==== | + | N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | view | UIView<!-- MonoTouch.UIKit.UIView --> | | | + | * Description:N/A |
- | <!-- MonoTouch.UIKit.UIView --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | <div newline></div> |
- | ==== SetContentCompressionResistancePriority(Single, UILayoutConstraintAxis) ==== | + | ** {{wiki:PublicMethod.gif|}} MovedToSuperview() ** |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | N/A |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | priority | Single<!-- System.Single --> | | | + | N/A |
- | | axis | UILayoutConstraintAxis<!-- MonoTouch.UIKit.UILayoutConstraintAxis --> | | | + | |
- | <!-- MonoTouch.UIKit.UIView --> | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:Void |
- | ==== SetContentHuggingPriority(Single, UILayoutConstraintAxis) ==== | + | * Description:N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | <div newline></div> |
- | | priority | Single<!-- System.Single --> | | | + | ** {{wiki:PublicMethod.gif|}} MovedToWindow() ** |
- | | axis | UILayoutConstraintAxis<!-- MonoTouch.UIKit.UILayoutConstraintAxis --> | | | + | |
- | <!-- MonoTouch.UIKit.UIView --> | + | N/A |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== SetNativeField(String, NSObject) ==== | + | N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | name | String<!-- System.String --> | | | + | * Description:N/A |
- | | value | NSObject<!-- MonoTouch.Foundation.NSObject --> | | | + | |
- | <!-- MonoTouch.Foundation.NSObject --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | <div newline></div> |
- | ==== SetNeedsDisplay() ==== | + | ** {{wiki:PublicMethod.gif|}} NeedsUpdateConstraints() ** |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | N/A |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
+ | N/A | ||
- | <!-- MonoTouch.UIKit.UIView --> | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:Boolean |
- | ==== SetNeedsDisplayInRect(RectangleF) ==== | + | * Description:N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | <div newline></div> |
- | | rect | RectangleF<!-- System.Drawing.RectangleF --> | | | + | ** {{wiki:PublicMethod.gif|}} PointInside(CGPoint,UIEvent) ** |
- | <!-- MonoTouch.UIKit.UIView --> | + | N/A |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== SetNeedsLayout() ==== | + | N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Boolean |
+ | * Description:N/A | ||
- | <!-- MonoTouch.UIKit.UIView --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //point// |
- | ==== SetNeedsUpdateConstraints() ==== | + | * Type:CGPoint |
- | === Return Value === | + | * Description:N/A |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | * //uievent// |
- | ^ Name ^ Type ^ Description ^ | + | * Type:UIEvent |
+ | * Description:N/A | ||
- | <!-- MonoTouch.UIKit.UIView --> | + | <div newline></div> |
- | [[#Public Methods|Go Back]] | + | ** {{wiki:PublicMethod.gif|}} RemoveConstraint(NSLayoutConstraint) ** |
- | ==== SetNilValueForKey(NSString) ==== | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | N/A |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | key | NSString<!-- MonoTouch.Foundation.NSString --> | | | + | N/A |
- | <!-- MonoTouch.Foundation.NSObject --> | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:Void |
- | ==== SetValueForKey(NSObject, NSString) ==== | + | * Description:N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //constraint// |
- | | value | NSObject<!-- MonoTouch.Foundation.NSObject --> | | | + | * Type:NSLayoutConstraint |
- | | key | NSString<!-- MonoTouch.Foundation.NSString --> | | | + | * Description:N/A |
- | <!-- MonoTouch.Foundation.NSObject --> | + | <div newline></div> |
- | [[#Public Methods|Go Back]] | + | ** {{wiki:PublicMethod.gif|}} RemoveConstraints(NSLayoutConstraint[]) ** |
- | ==== SetValueForKeyPath(IntPtr, NSString) ==== | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | N/A |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | handle | IntPtr<!-- System.IntPtr --> | | | + | N/A |
- | | keyPath | NSString<!-- MonoTouch.Foundation.NSString --> | | | + | |
- | <!-- MonoTouch.Foundation.NSObject --> | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:Void |
- | ==== SetValueForKeyPath(NSObject, NSString) ==== | + | * Description:N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //constraints// |
- | | value | NSObject<!-- MonoTouch.Foundation.NSObject --> | | | + | * Type:NSLayoutConstraint[] |
- | | keyPath | NSString<!-- MonoTouch.Foundation.NSString --> | | | + | * Description:N/A |
- | <!-- MonoTouch.Foundation.NSObject --> | + | <div newline></div> |
- | [[#Public Methods|Go Back]] | + | ** {{wiki:PublicMethod.gif|}} RemoveFromSuperview() ** |
- | ==== SetValueForUndefinedKey(NSObject, NSString) ==== | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | N/A |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | value | NSObject<!-- MonoTouch.Foundation.NSObject --> | | | + | N/A |
- | | undefinedKey | NSString<!-- MonoTouch.Foundation.NSString --> | | | + | |
- | <!-- MonoTouch.Foundation.NSObject --> | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:Void |
- | ==== SetValuesForKeysWithDictionary(NSDictionary) ==== | + | * Description:N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | <div newline></div> |
- | | keyedValues | NSDictionary<!-- MonoTouch.Foundation.NSDictionary --> | | | + | ** {{wiki:PublicMethod.gif|}} RemoveGestureRecognizer(UIGestureRecognizer) ** |
- | <!-- MonoTouch.Foundation.NSObject --> | + | N/A |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== SizeThatFits(SizeF) ==== | + | N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | SizeF<!-- System.Drawing.SizeF --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | size | SizeF<!-- System.Drawing.SizeF --> | | | + | * Description:N/A |
- | <!-- MonoTouch.UIKit.UIView --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //gestureRecognizer// |
- | ==== SizeToFit() ==== | + | * Type:UIGestureRecognizer |
- | === Return Value === | + | * Description:N/A |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} RemoveMotionEffect(UIMotionEffect) ** |
- | <!-- MonoTouch.UIKit.UIView --> | + | N/A |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== SnapshotView(Boolean) ==== | + | N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | UIView<!-- MonoTouch.UIKit.UIView --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | afterScreenUpdates | Boolean<!-- System.Boolean --> | | | + | * Description:N/A |
- | <!-- MonoTouch.UIKit.UIView --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //effect// |
- | ==== StringSize(String, UIFont) ==== | + | * Type:UIMotionEffect |
- | === Return Value === | + | * Description:N/A |
- | ^ Return Type ^ Description ^ | + | |
- | | SizeF<!-- System.Drawing.SizeF --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} ResizableSnapshotView(CGRect,Boolean,UIEdgeInsets) ** |
- | | str | String<!-- System.String --> | | | + | |
- | | font | UIFont<!-- MonoTouch.UIKit.UIFont --> | | | + | |
- | <!-- MonoTouch.UIKit.UIView --> | + | N/A |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== StringSize(String, UIFont, SizeF) ==== | + | N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | SizeF<!-- System.Drawing.SizeF --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:UIView |
- | | str | String<!-- System.String --> | | | + | * Description:N/A |
- | | font | UIFont<!-- MonoTouch.UIKit.UIFont --> | | | + | |
- | | constrainedToSize | SizeF<!-- System.Drawing.SizeF --> | | | + | |
- | <!-- MonoTouch.UIKit.UIView --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //rect// |
- | ==== StringSize(String, UIFont, Single, UILineBreakMode) ==== | + | * Type:CGRect |
- | === Return Value === | + | * Description:N/A |
- | ^ Return Type ^ Description ^ | + | |
- | | SizeF<!-- System.Drawing.SizeF --> | | | + | |
- | === Parameters === | + | * //afterScreenUpdates// |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Boolean |
- | | str | String<!-- System.String --> | | | + | * Description:N/A |
- | | font | UIFont<!-- MonoTouch.UIKit.UIFont --> | | | + | |
- | | forWidth | Single<!-- System.Single --> | | | + | |
- | | breakMode | UILineBreakMode<!-- MonoTouch.UIKit.UILineBreakMode --> | | | + | |
- | <!-- MonoTouch.UIKit.UIView --> | + | * //capInsets// |
- | [[#Public Methods|Go Back]] | + | * Type:UIEdgeInsets |
- | ==== StringSize(String, UIFont, SizeF, UILineBreakMode) ==== | + | * Description:N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | SizeF<!-- System.Drawing.SizeF --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} SendSubviewToBack(UIView) ** |
- | | str | String<!-- System.String --> | | | + | |
- | | font | UIFont<!-- MonoTouch.UIKit.UIFont --> | | | + | |
- | | constrainedToSize | SizeF<!-- System.Drawing.SizeF --> | | | + | |
- | | lineBreakMode | UILineBreakMode<!-- MonoTouch.UIKit.UILineBreakMode --> | | | + | |
- | <!-- MonoTouch.UIKit.UIView --> | + | N/A |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== StringSize(String, UIFont, Single, ref Single, Single, UILineBreakMode) ==== | + | N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | SizeF<!-- System.Drawing.SizeF --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | str | String<!-- System.String --> | | | + | * Description:N/A |
- | | font | UIFont<!-- MonoTouch.UIKit.UIFont --> | | | + | |
- | | minFontSize | Single<!-- System.Single --> | | | + | |
- | | actualFontSize | ref Single<!-- System.Single --> | | | + | |
- | | forWidth | Single<!-- System.Single --> | | | + | |
- | | lineBreakMode | UILineBreakMode<!-- MonoTouch.UIKit.UILineBreakMode --> | | | + | |
- | <!-- MonoTouch.UIKit.UIView --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //view// |
- | ==== SubviewAdded(UIView) ==== | + | * Type:UIView |
- | === Return Value === | + | * Description:N/A |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} SetContentCompressionResistancePriority(Single,UILayoutConstraintAxis) ** |
- | | uiview | UIView<!-- MonoTouch.UIKit.UIView --> | | | + | |
- | <!-- MonoTouch.UIKit.UIView --> | + | N/A |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== SystemLayoutSizeFittingSize(SizeF) ==== | + | N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | SizeF<!-- System.Drawing.SizeF --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | size | SizeF<!-- System.Drawing.SizeF --> | | | + | * Description:N/A |
- | <!-- MonoTouch.UIKit.UIView --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //priority// |
- | ==== SystemLayoutSizeFittingSize(SizeF, Single, Single) ==== | + | * Type:Single |
- | === Return Value === | + | * Description:N/A |
- | ^ Return Type ^ Description ^ | + | |
- | | SizeF<!-- System.Drawing.SizeF --> | | | + | |
- | === Parameters === | + | * //axis// |
- | ^ Name ^ Type ^ Description ^ | + | * Type:UILayoutConstraintAxis |
- | | targetSize | SizeF<!-- System.Drawing.SizeF --> | | | + | * Description:N/A |
- | | horizontalFittingPriority | Single<!-- System.Single --> | | | + | |
- | | verticalFittingPriority | Single<!-- System.Single --> | | | + | |
- | <!-- MonoTouch.UIKit.UIView --> | + | <div newline></div> |
- | [[#Public Methods|Go Back]] | + | ** {{wiki:PublicMethod.gif|}} SetContentHuggingPriority(Single,UILayoutConstraintAxis) ** |
- | ==== TintColorDidChange() ==== | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | N/A |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
+ | N/A | ||
- | <!-- MonoTouch.UIKit.UIView --> | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:Void |
- | ==== ToScreenCoordinate(PointShape) ==== | + | * Description:N/A |
- | Converts the provided world points to screen points. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | [[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]]<!-- ThinkGeo.MapSuite.Core.ScreenPointF --> | A screen coordinate that is converted. | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //priority// |
- | | worldCoordinate | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<!-- ThinkGeo.MapSuite.Core.PointShape --> | World point to be converted. | | + | * Type:Single |
+ | * Description:N/A | ||
- | <!-- ThinkGeo.MapSuite.iOSEdition.MapView --> | + | * //axis// |
- | [[#Public Methods|Go Back]] | + | * Type:UILayoutConstraintAxis |
- | ==== ToString() ==== | + | * Description:N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | String<!-- System.String --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} SetNeedsDisplay() ** |
- | <!-- System.Object(overriden) --> | + | N/A |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== ToWorldCoordinate(ScreenPointF) ==== | + | N/A |
- | Converts the provided screen points to world points. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<!-- ThinkGeo.MapSuite.Core.PointShape --> | A world coordinate that is converted. | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | screenCoordinate | [[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]]<!-- ThinkGeo.MapSuite.Core.ScreenPointF --> | Screen point to be converted. | | + | * Description:N/A |
- | <!-- ThinkGeo.MapSuite.iOSEdition.MapView --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | <div newline></div> |
- | ==== ToggleBoldface(NSObject) ==== | + | ** {{wiki:PublicMethod.gif|}} SetNeedsDisplayInRect(CGRect) ** |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | N/A |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | sender | NSObject<!-- MonoTouch.Foundation.NSObject --> | | | + | N/A |
- | <!-- MonoTouch.UIKit.UIResponder --> | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:Void |
- | ==== ToggleItalics(NSObject) ==== | + | * Description:N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //rect// |
- | | sender | NSObject<!-- MonoTouch.Foundation.NSObject --> | | | + | * Type:CGRect |
+ | * Description:N/A | ||
- | <!-- MonoTouch.UIKit.UIResponder --> | + | <div newline></div> |
- | [[#Public Methods|Go Back]] | + | ** {{wiki:PublicMethod.gif|}} SetNeedsLayout() ** |
- | ==== ToggleUnderline(NSObject) ==== | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | N/A |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | sender | NSObject<!-- MonoTouch.Foundation.NSObject --> | | | + | N/A |
- | <!-- MonoTouch.UIKit.UIResponder --> | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:Void |
- | ==== TouchesBegan(NSSet, UIEvent) ==== | + | * Description:N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | <div newline></div> |
- | | touches | NSSet<!-- MonoTouch.Foundation.NSSet --> | | | + | ** {{wiki:PublicMethod.gif|}} SetNeedsUpdateConstraints() ** |
- | | evt | UIEvent<!-- MonoTouch.UIKit.UIEvent --> | | | + | |
- | <!-- MonoTouch.UIKit.UIResponder --> | + | N/A |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== TouchesCancelled(NSSet, UIEvent) ==== | + | N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | touches | NSSet<!-- MonoTouch.Foundation.NSSet --> | | | + | * Description:N/A |
- | | evt | UIEvent<!-- MonoTouch.UIKit.UIEvent --> | | | + | |
- | <!-- MonoTouch.UIKit.UIResponder --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | <div newline></div> |
- | ==== TouchesEnded(NSSet, UIEvent) ==== | + | ** {{wiki:PublicMethod.gif|}} SizeThatFits(CGSize) ** |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | N/A |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | touches | NSSet<!-- MonoTouch.Foundation.NSSet --> | | | + | N/A |
- | | evt | UIEvent<!-- MonoTouch.UIKit.UIEvent --> | | | + | |
- | <!-- MonoTouch.UIKit.UIResponder --> | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:CGSize |
- | ==== TouchesMoved(NSSet, UIEvent) ==== | + | * Description:N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //size// |
- | | touches | NSSet<!-- MonoTouch.Foundation.NSSet --> | | | + | * Type:CGSize |
- | | evt | UIEvent<!-- MonoTouch.UIKit.UIEvent --> | | | + | * Description:N/A |
- | <!-- MonoTouch.UIKit.UIResponder --> | + | <div newline></div> |
- | [[#Public Methods|Go Back]] | + | ** {{wiki:PublicMethod.gif|}} SizeToFit() ** |
- | ==== TraitCollectionDidChange(UITraitCollection) ==== | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | N/A |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | previousTraitCollection | UITraitCollection<!-- MonoTouch.UIKit.UITraitCollection --> | | | + | N/A |
- | <!-- MonoTouch.UIKit.UIView --> | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:Void |
- | ==== UpdateConstraints() ==== | + | * Description:N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | <div newline></div> |
+ | ** {{wiki:PublicMethod.gif|}} SnapshotView(Boolean) ** | ||
- | <!-- MonoTouch.UIKit.UIView --> | + | N/A |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== UpdateConstraintsIfNeeded() ==== | + | N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:UIView |
+ | * Description:N/A | ||
- | <!-- MonoTouch.UIKit.UIView --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //afterScreenUpdates// |
- | ==== UpdateUserActivityState(NSUserActivity) ==== | + | * Type:Boolean |
- | === Return Value === | + | * Description:N/A |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} SubviewAdded(UIView) ** |
- | | activity | NSUserActivity<!-- MonoTouch.Foundation.NSUserActivity --> | | | + | |
- | <!-- MonoTouch.UIKit.UIResponder --> | + | N/A |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== ValueForKey(NSString) ==== | + | N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | NSObject<!-- MonoTouch.Foundation.NSObject --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | key | NSString<!-- MonoTouch.Foundation.NSString --> | | | + | * Description:N/A |
- | <!-- MonoTouch.Foundation.NSObject --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //uiview// |
- | ==== ValueForKeyPath(NSString) ==== | + | * Type:UIView |
- | === Return Value === | + | * Description:N/A |
- | ^ Return Type ^ Description ^ | + | |
- | | NSObject<!-- MonoTouch.Foundation.NSObject --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} SystemLayoutSizeFittingSize(CGSize) ** |
- | | keyPath | NSString<!-- MonoTouch.Foundation.NSString --> | | | + | |
- | <!-- MonoTouch.Foundation.NSObject --> | + | N/A |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== ValueForUndefinedKey(NSString) ==== | + | N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | NSObject<!-- MonoTouch.Foundation.NSObject --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:CGSize |
- | | key | NSString<!-- MonoTouch.Foundation.NSString --> | | | + | * Description:N/A |
- | <!-- MonoTouch.Foundation.NSObject --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //size// |
- | ==== ViewWithTag(Int32) ==== | + | * Type:CGSize |
- | === Return Value === | + | * Description:N/A |
- | ^ Return Type ^ Description ^ | + | |
- | | UIView<!-- MonoTouch.UIKit.UIView --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} AccessibilityDecrement() ** |
- | | tag | Int32<!-- System.Int32 --> | | | + | |
- | <!-- MonoTouch.UIKit.UIView --> | + | N/A |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== WillChange(NSKeyValueChange, NSIndexSet, NSString) ==== | + | N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | changeKind | NSKeyValueChange<!-- MonoTouch.Foundation.NSKeyValueChange --> | | | + | * Description:N/A |
- | | indexes | NSIndexSet<!-- MonoTouch.Foundation.NSIndexSet --> | | | + | |
- | | forKey | NSString<!-- MonoTouch.Foundation.NSString --> | | | + | |
- | <!-- MonoTouch.Foundation.NSObject --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | <div newline></div> |
- | ==== WillChange(NSString, NSKeyValueSetMutationKind, NSSet) ==== | + | ** {{wiki:PublicMethod.gif|}} AccessibilityElementDidBecomeFocused() ** |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | N/A |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | forKey | NSString<!-- MonoTouch.Foundation.NSString --> | | | + | N/A |
- | | mutationKind | NSKeyValueSetMutationKind<!-- MonoTouch.Foundation.NSKeyValueSetMutationKind --> | | | + | |
- | | objects | NSSet<!-- MonoTouch.Foundation.NSSet --> | | | + | |
- | <!-- MonoTouch.Foundation.NSObject --> | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:Void |
- | ==== WillChangeValue(String) ==== | + | * Description:N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | <div newline></div> |
- | | forKey | String<!-- System.String --> | | | + | ** {{wiki:PublicMethod.gif|}} AccessibilityElementDidLoseFocus() ** |
- | <!-- MonoTouch.Foundation.NSObject --> | + | N/A |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== WillMoveToSuperview(UIView) ==== | + | N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | newsuper | UIView<!-- MonoTouch.UIKit.UIView --> | | | + | * Description:N/A |
- | <!-- MonoTouch.UIKit.UIView --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | <div newline></div> |
- | ==== WillMoveToWindow(UIWindow) ==== | + | ** {{wiki:PublicMethod.gif|}} AccessibilityElementIsFocused() ** |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | N/A |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | window | UIWindow<!-- MonoTouch.UIKit.UIWindow --> | | | + | N/A |
- | <!-- MonoTouch.UIKit.UIView --> | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:Boolean |
- | ==== WillRemoveSubview(UIView) ==== | + | * Description:N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | <div newline></div> |
- | | uiview | UIView<!-- MonoTouch.UIKit.UIView --> | | | + | ** {{wiki:PublicMethod.gif|}} AccessibilityIncrement() ** |
- | <!-- MonoTouch.UIKit.UIView --> | + | N/A |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== ZoomIn(Int32) ==== | + | N/A |
- | Zooms the map in for one level. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | percentage | Int32<!-- System.Int32 --> | The percentage. | | + | * Description:N/A |
- | <!-- ThinkGeo.MapSuite.iOSEdition.MapView --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | <div newline></div> |
- | ==== ZoomInByAnchorPoint(ScreenPointF) ==== | + | ** {{wiki:PublicMethod.gif|}} AccessibilityPerformEscape() ** |
- | Zooms the in by anchor point. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | N/A |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | touchPosition | [[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]]<!-- ThinkGeo.MapSuite.Core.ScreenPointF --> | The touch position. | | + | N/A |
- | <!-- ThinkGeo.MapSuite.iOSEdition.MapView --> | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:Boolean |
- | ==== ZoomOut(Int32) ==== | + | * Description:N/A |
- | Zooms the map in by the provided percentage. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | <div newline></div> |
- | | percentage | Int32<!-- System.Int32 --> | The percentage. | | + | ** {{wiki:PublicMethod.gif|}} AccessibilityPerformMagicTap() ** |
- | <!-- ThinkGeo.MapSuite.iOSEdition.MapView --> | + | N/A |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== ZoomTo(PointShape, Double) ==== | + | N/A |
- | This method zooms current map to a specified position and scale. | + | |
- | === Remarks === | + | |
- | When calling this method, it doesn't refresh existing Tiles on the current map. For example, if using a TileOverlay such as LayerOverlay; a layer style is changed, Refresh method is proper to call. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Boolean |
- | | worldCenter | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<!-- ThinkGeo.MapSuite.Core.PointShape --> | A world center to zoom the map to. | | + | * Description:N/A |
- | | scale | Double<!-- System.Double --> | A double value indicates the scale to zoom the map to. | | + | |
- | <!-- ThinkGeo.MapSuite.iOSEdition.MapView --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | <div newline></div> |
- | ==== ZoomTo(BaseShape) ==== | + | ** {{wiki:PublicMethod.gif|}} AccessibilityScroll(UIAccessibilityScrollDirection) ** |
- | Zooms the map to specified feature. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | N/A |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | targetShape | [[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]]<!-- ThinkGeo.MapSuite.Core.BaseShape --> | The target shape. | | + | N/A |
- | <!-- ThinkGeo.MapSuite.iOSEdition.MapView --> | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:Boolean |
- | ==== ZoomTo(Feature) ==== | + | * Description:N/A |
- | Zooms the map to specified feature. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //direction// |
- | | feature | [[ThinkGeo.MapSuite.Core.Feature|Feature]]<!-- ThinkGeo.MapSuite.Core.Feature --> | The feature. | | + | * Type:UIAccessibilityScrollDirection |
+ | * Description:N/A | ||
- | <!-- ThinkGeo.MapSuite.iOSEdition.MapView --> | + | <div newline></div> |
- | [[#Public Methods|Go Back]] | + | ** {{wiki:PublicMethod.gif|}} BecomeFirstResponder() ** |
- | ==== ZoomToNextExtent() ==== | + | |
- | Zooms to next extent. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | N/A |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
+ | N/A | ||
- | <!-- ThinkGeo.MapSuite.iOSEdition.MapView --> | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:Boolean |
- | ==== ZoomToPreviousExtent() ==== | + | * Description:N/A |
- | Zooms to previous extent. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | <div newline></div> |
+ | ** {{wiki:PublicMethod.gif|}} CanPerform(Selector,NSObject) ** | ||
- | <!-- ThinkGeo.MapSuite.iOSEdition.MapView --> | + | N/A |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== ZoomToScale(Double) ==== | + | N/A |
- | Zooms the map to specified scale. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Boolean |
- | | targetScale | Double<!-- System.Double --> | The target scale. | | + | * Description:N/A |
- | <!-- ThinkGeo.MapSuite.iOSEdition.MapView --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //action// |
- | ===== Protected Methods ===== | + | * Type:Selector |
- | ==== Dispose(Boolean) ==== | + | * Description:N/A |
- | Releases the resources used by the UIView object. | + | |
- | === Remarks === | + | |
- | This Dispose method releases the resources used by the UIView class. | + | |
- | This method is called by both the Dispose() method and the object finalizer (Finalize). When invoked by the Dispose method, the parameter disposing <paramref name="disposing" /> is set to <see langword="true" /> and any managed object references that this object holds are also disposed or released; when invoked by the object finalizer, on the finalizer thread the value is set to <see langword="false" />. | + | * //withSender// |
+ | * Type:NSObject | ||
+ | * Description:N/A | ||
- | Calling the Dispose method when you are finished using the UIView 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. | + | <div newline></div> |
+ | ** {{wiki:PublicMethod.gif|}} Copy(NSObject) ** | ||
- | For more information on how to override this method and on the Dispose/IDisposable pattern, read the ``Implementing a Dispose Method// document at http://msdn.microsoft.com/en-us/library/fs2xkftw.aspx | + | N/A |
- | === Return Value === | + | == Remarks == |
- | ^ Return Type ^ Description ^ | + | N/A |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | disposing | Boolean<!-- System.Boolean --> | If set to , the method is invoked directly and will dispose manage and unmanaged resources; If set to the method is being called by the garbage collector finalizer and should only release unmanaged resources. | | + | * Description:N/A |
- | <!-- MonoTouch.Foundation.NSObject(overriden) --> | + | == Parameters == |
- | [[#Protected Methods|Go Back]] | + | * //sender// |
- | ==== Finalize() ==== | + | * Type:NSObject |
- | === Return Value === | + | * Description:N/A |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} Cut(NSObject) ** |
- | <!-- System.Object(overriden) --> | + | N/A |
- | [[#Protected Methods|Go Back]] | + | == Remarks == |
- | ==== InitializeHandle(IntPtr, String) ==== | + | N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | handle | IntPtr<!-- System.IntPtr --> | | | + | * Description:N/A |
- | | initSelector | String<!-- System.String --> | | | + | |
- | <!-- MonoTouch.Foundation.NSObject --> | + | == Parameters == |
- | [[#Protected Methods|Go Back]] | + | * //sender// |
- | ==== InitializeHandle(IntPtr) ==== | + | * Type:NSObject |
- | === Return Value === | + | * Description:N/A |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} Delete(NSObject) ** |
- | | handle | IntPtr<!-- System.IntPtr --> | | | + | |
- | <!-- MonoTouch.Foundation.NSObject --> | + | N/A |
- | [[#Protected Methods|Go Back]] | + | == Remarks == |
- | ==== MarkDirty() ==== | + | N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
+ | * Description:N/A | ||
- | <!-- MonoTouch.Foundation.NSObject --> | + | == Parameters == |
- | [[#Protected Methods|Go Back]] | + | * //sender// |
- | ==== MemberwiseClone() ==== | + | * Type:NSObject |
- | === Return Value === | + | * Description:N/A |
- | ^ Return Type ^ Description ^ | + | |
- | | Object<!-- System.Object --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} GetTargetForAction(Selector,NSObject) ** |
- | <!-- System.Object --> | + | N/A |
- | [[#Protected Methods|Go Back]] | + | == Remarks == |
- | ==== OnCurrentExtentChanged(CurrentExtentChangedMapViewEventArgs) ==== | + | N/A |
- | Raises the event. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:NSObject |
- | | e | [[ThinkGeo.MapSuite.iOSEdition.CurrentExtentChangedMapViewEventArgs|CurrentExtentChangedMapViewEventArgs]]<!-- ThinkGeo.MapSuite.iOSEdition.CurrentExtentChangedMapViewEventArgs --> | The instance containing the event data. | | + | * Description:N/A |
- | <!-- ThinkGeo.MapSuite.iOSEdition.MapView --> | + | == Parameters == |
- | [[#Protected Methods|Go Back]] | + | * //action// |
- | ==== OnCurrentExtentChanging(CurrentExtentChangingMapViewEventArgs) ==== | + | * Type:Selector |
- | Raises the event. | + | * Description:N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | * //sender// |
- | ^ Name ^ Type ^ Description ^ | + | * Type:NSObject |
- | | e | [[ThinkGeo.MapSuite.iOSEdition.CurrentExtentChangingMapViewEventArgs|CurrentExtentChangingMapViewEventArgs]]<!-- ThinkGeo.MapSuite.iOSEdition.CurrentExtentChangingMapViewEventArgs --> | The instance containing the event data. | | + | * Description:N/A |
- | <!-- ThinkGeo.MapSuite.iOSEdition.MapView --> | + | <div newline></div> |
- | [[#Protected Methods|Go Back]] | + | ** {{wiki:PublicMethod.gif|}} MakeTextWritingDirectionLeftToRight(NSObject) ** |
- | ==== OnCurrentScaleChanged(CurrentScaleChangedMapViewEventArgs) ==== | + | |
- | Raises the event. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | N/A |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | e | [[ThinkGeo.MapSuite.iOSEdition.CurrentScaleChangedMapViewEventArgs|CurrentScaleChangedMapViewEventArgs]]<!-- ThinkGeo.MapSuite.iOSEdition.CurrentScaleChangedMapViewEventArgs --> | The instance containing the event data. | | + | N/A |
- | <!-- ThinkGeo.MapSuite.iOSEdition.MapView --> | + | == Return Value == |
- | [[#Protected Methods|Go Back]] | + | * Type:Void |
- | ==== OnCurrentScaleChanging(CurrentScaleChangingMapViewEventArgs) ==== | + | * Description:N/A |
- | Raises the event. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //sender// |
- | | e | [[ThinkGeo.MapSuite.iOSEdition.CurrentScaleChangingMapViewEventArgs|CurrentScaleChangingMapViewEventArgs]]<!-- ThinkGeo.MapSuite.iOSEdition.CurrentScaleChangingMapViewEventArgs --> | The instance containing the event data. | | + | * Type:NSObject |
+ | * Description:N/A | ||
- | <!-- ThinkGeo.MapSuite.iOSEdition.MapView --> | + | <div newline></div> |
- | [[#Protected Methods|Go Back]] | + | ** {{wiki:PublicMethod.gif|}} MakeTextWritingDirectionRightToLeft(NSObject) ** |
- | ==== OnDoubleTap(UIGestureRecognizer) ==== | + | |
- | Called when [[double|tap]]. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | N/A |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | e | UIGestureRecognizer<!-- MonoTouch.UIKit.UIGestureRecognizer --> | The e. | | + | N/A |
- | <!-- ThinkGeo.MapSuite.iOSEdition.MapView --> | + | == Return Value == |
- | [[#Protected Methods|Go Back]] | + | * Type:Void |
- | ==== OnLongPress(UIGestureRecognizer) ==== | + | * Description:N/A |
- | Called when [[long|press]]. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //sender// |
- | | e | UIGestureRecognizer<!-- MonoTouch.UIKit.UIGestureRecognizer --> | The e. | | + | * Type:NSObject |
+ | * Description:N/A | ||
- | <!-- ThinkGeo.MapSuite.iOSEdition.MapView --> | + | <div newline></div> |
- | [[#Protected Methods|Go Back]] | + | ** {{wiki:PublicMethod.gif|}} MotionBegan(UIEventSubtype,UIEvent) ** |
- | ==== OnSingleTap(UIGestureRecognizer) ==== | + | |
- | Called when [[single|tap]]. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | N/A |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | e | UIGestureRecognizer<!-- MonoTouch.UIKit.UIGestureRecognizer --> | The e. | | + | N/A |
- | <!-- ThinkGeo.MapSuite.iOSEdition.MapView --> | + | == Return Value == |
- | [[#Protected Methods|Go Back]] | + | * Type:Void |
- | ==== OnTouchDown(UIGestureRecognizer) ==== | + | * Description:N/A |
- | Called when [[touch|down]]. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //motion// |
- | | e | UIGestureRecognizer<!-- MonoTouch.UIKit.UIGestureRecognizer --> | The e. | | + | * Type:UIEventSubtype |
+ | * Description:N/A | ||
- | <!-- ThinkGeo.MapSuite.iOSEdition.MapView --> | + | * //evt// |
- | [[#Protected Methods|Go Back]] | + | * Type:UIEvent |
- | ==== OnTouchMove(UIGestureRecognizer) ==== | + | * Description:N/A |
- | Called when [[touch|move]]. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} MotionCancelled(UIEventSubtype,UIEvent) ** |
- | | e | UIGestureRecognizer<!-- MonoTouch.UIKit.UIGestureRecognizer --> | The e. | | + | |
- | <!-- ThinkGeo.MapSuite.iOSEdition.MapView --> | + | N/A |
- | [[#Protected Methods|Go Back]] | + | == Remarks == |
- | ==== OnTouchPinch(UIGestureRecognizer) ==== | + | N/A |
- | Called when [[touch|pinch]]. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | e | UIGestureRecognizer<!-- MonoTouch.UIKit.UIGestureRecognizer --> | The e. | | + | * Description:N/A |
- | <!-- ThinkGeo.MapSuite.iOSEdition.MapView --> | + | == Parameters == |
- | [[#Protected Methods|Go Back]] | + | * //motion// |
- | ==== OnTouchUp(UIGestureRecognizer) ==== | + | * Type:UIEventSubtype |
- | Called when [[touch|up]]. | + | * Description:N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | * //evt// |
- | ^ Name ^ Type ^ Description ^ | + | * Type:UIEvent |
- | | e | UIGestureRecognizer<!-- MonoTouch.UIKit.UIGestureRecognizer --> | The e. | | + | * Description:N/A |
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} MotionEnded(UIEventSubtype,UIEvent) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //motion// | ||
+ | * Type:UIEventSubtype | ||
+ | * Description:N/A | ||
+ | |||
+ | * //evt// | ||
+ | * Type:UIEvent | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} Paste(NSObject) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //sender// | ||
+ | * Type:NSObject | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} ReloadInputViews() ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} RemoteControlReceived(UIEvent) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //theEvent// | ||
+ | * Type:UIEvent | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} ResignFirstResponder() ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} RestoreUserActivityState(NSUserActivity) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //activity// | ||
+ | * Type:NSUserActivity | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} Select(NSObject) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //sender// | ||
+ | * Type:NSObject | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} SelectAll(NSObject) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //sender// | ||
+ | * Type:NSObject | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} ToggleBoldface(NSObject) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //sender// | ||
+ | * Type:NSObject | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} ToggleItalics(NSObject) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //sender// | ||
+ | * Type:NSObject | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} ToggleUnderline(NSObject) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //sender// | ||
+ | * Type:NSObject | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} TouchesBegan(NSSet,UIEvent) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //touches// | ||
+ | * Type:NSSet | ||
+ | * Description:N/A | ||
+ | |||
+ | * //evt// | ||
+ | * Type:UIEvent | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} TouchesCancelled(NSSet,UIEvent) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //touches// | ||
+ | * Type:NSSet | ||
+ | * Description:N/A | ||
+ | |||
+ | * //evt// | ||
+ | * Type:UIEvent | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} TouchesEnded(NSSet,UIEvent) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //touches// | ||
+ | * Type:NSSet | ||
+ | * Description:N/A | ||
+ | |||
+ | * //evt// | ||
+ | * Type:UIEvent | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} TouchesMoved(NSSet,UIEvent) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //touches// | ||
+ | * Type:NSSet | ||
+ | * Description:N/A | ||
+ | |||
+ | * //evt// | ||
+ | * Type:UIEvent | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} UpdateUserActivityState(NSUserActivity) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //activity// | ||
+ | * Type:NSUserActivity | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} PerformSelector(Selector,NSThread,NSObject,Boolean,NSString[]) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //selector// | ||
+ | * Type:Selector | ||
+ | * Description:N/A | ||
+ | |||
+ | * //onThread// | ||
+ | * Type:NSThread | ||
+ | * Description:N/A | ||
+ | |||
+ | * //withObject// | ||
+ | * Type:NSObject | ||
+ | * Description:N/A | ||
+ | |||
+ | * //waitUntilDone// | ||
+ | * Type:Boolean | ||
+ | * Description:N/A | ||
+ | |||
+ | * //nsRunLoopModes// | ||
+ | * Type:NSString[] | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} PerformSelector(Selector) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:NSObject | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //aSelector// | ||
+ | * Type:Selector | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} PerformSelector(Selector,NSObject) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:NSObject | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //aSelector// | ||
+ | * Type:Selector | ||
+ | * Description:N/A | ||
+ | |||
+ | * //anObject// | ||
+ | * Type:NSObject | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} PerformSelector(Selector,NSObject,NSObject) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:NSObject | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //aSelector// | ||
+ | * Type:Selector | ||
+ | * Description:N/A | ||
+ | |||
+ | * //object1// | ||
+ | * Type:NSObject | ||
+ | * Description:N/A | ||
+ | |||
+ | * //object2// | ||
+ | * Type:NSObject | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} RemoveObserver(NSObject,NSString,IntPtr) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //observer// | ||
+ | * Type:NSObject | ||
+ | * Description:N/A | ||
+ | |||
+ | * //keyPath// | ||
+ | * Type:NSString | ||
+ | * Description:N/A | ||
+ | |||
+ | * //context// | ||
+ | * Type:IntPtr | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} RemoveObserver(NSObject,String,IntPtr) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //observer// | ||
+ | * Type:NSObject | ||
+ | * Description:N/A | ||
+ | |||
+ | * //keyPath// | ||
+ | * Type:String | ||
+ | * Description:N/A | ||
+ | |||
+ | * //context// | ||
+ | * Type:IntPtr | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} RemoveObserver(NSObject,NSString) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //observer// | ||
+ | * Type:NSObject | ||
+ | * Description:N/A | ||
+ | |||
+ | * //keyPath// | ||
+ | * Type:NSString | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} RemoveObserver(NSObject,String) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //observer// | ||
+ | * Type:NSObject | ||
+ | * Description:N/A | ||
+ | |||
+ | * //keyPath// | ||
+ | * Type:String | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} RespondsToSelector(Selector) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //sel// | ||
+ | * Type:Selector | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} SetNilValueForKey(NSString) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //key// | ||
+ | * Type:NSString | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} SetValueForKey(NSObject,NSString) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //value// | ||
+ | * Type:NSObject | ||
+ | * Description:N/A | ||
+ | |||
+ | * //key// | ||
+ | * Type:NSString | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} SetValueForKeyPath(NSObject,NSString) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //value// | ||
+ | * Type:NSObject | ||
+ | * Description:N/A | ||
+ | |||
+ | * //keyPath// | ||
+ | * Type:NSString | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} SetValueForUndefinedKey(NSObject,NSString) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //value// | ||
+ | * Type:NSObject | ||
+ | * Description:N/A | ||
+ | |||
+ | * //undefinedKey// | ||
+ | * Type:NSString | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} SetValuesForKeysWithDictionary(NSDictionary) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //keyedValues// | ||
+ | * Type:NSDictionary | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} ValueForKey(NSString) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:NSObject | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //key// | ||
+ | * Type:NSString | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} ValueForKeyPath(NSString) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:NSObject | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //keyPath// | ||
+ | * Type:NSString | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} ValueForUndefinedKey(NSString) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:NSObject | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //key// | ||
+ | * Type:NSString | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} WillChange(NSKeyValueChange,NSIndexSet,NSString) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //changeKind// | ||
+ | * Type:NSKeyValueChange | ||
+ | * Description:N/A | ||
+ | |||
+ | * //indexes// | ||
+ | * Type:NSIndexSet | ||
+ | * Description:N/A | ||
+ | |||
+ | * //forKey// | ||
+ | * Type:NSString | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} WillChange(NSString,NSKeyValueSetMutationKind,NSSet) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //forKey// | ||
+ | * Type:NSString | ||
+ | * Description:N/A | ||
+ | |||
+ | * //mutationKind// | ||
+ | * Type:NSKeyValueSetMutationKind | ||
+ | * Description:N/A | ||
+ | |||
+ | * //objects// | ||
+ | * Type:NSSet | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} WillChangeValue(String) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //forKey// | ||
+ | * Type:String | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} Dispose() ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} ConformsToProtocol(IntPtr) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //protocol// | ||
+ | * Type:IntPtr | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} DangerousRelease() ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} DangerousRetain() ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:NSObject | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} DangerousAutorelease() ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:NSObject | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} GetNativeField(String) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:NSObject | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //name// | ||
+ | * Type:String | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} SetNativeField(String,NSObject) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //name// | ||
+ | * Type:String | ||
+ | * Description:N/A | ||
+ | |||
+ | * //value// | ||
+ | * Type:NSObject | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} AwakeFromNib() ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} BeginInvokeOnMainThread(Selector,NSObject) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //sel// | ||
+ | * Type:Selector | ||
+ | * Description:N/A | ||
+ | |||
+ | * //obj// | ||
+ | * Type:NSObject | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} InvokeOnMainThread(Selector,NSObject) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //sel// | ||
+ | * Type:Selector | ||
+ | * Description:N/A | ||
+ | |||
+ | * //obj// | ||
+ | * Type:NSObject | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} BeginInvokeOnMainThread(Action) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //action// | ||
+ | * Type:Action | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} InvokeOnMainThread(Action) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //action// | ||
+ | * Type:Action | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} SetValueForKeyPath(IntPtr,NSString) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //handle// | ||
+ | * Type:IntPtr | ||
+ | * Description:N/A | ||
+ | |||
+ | * //keyPath// | ||
+ | * Type:NSString | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} GetHashCode() ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Int32 | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} Equals(Object) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //obj// | ||
+ | * Type:Object | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} Equals(NSObject) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //obj// | ||
+ | * Type:NSObject | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} ToString() ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:String | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} Invoke(Action,Double) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //action// | ||
+ | * Type:Action | ||
+ | * Description:N/A | ||
+ | |||
+ | * //delay// | ||
+ | * Type:Double | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} Invoke(Action,TimeSpan) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //action// | ||
+ | * Type:Action | ||
+ | * Description:N/A | ||
+ | |||
+ | * //delay// | ||
+ | * Type:TimeSpan | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} AddObserver(String,NSKeyValueObservingOptions,Action<NSObservedChange>) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:IDisposable | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //key// | ||
+ | * Type:String | ||
+ | * Description:N/A | ||
+ | |||
+ | * //options// | ||
+ | * Type:NSKeyValueObservingOptions | ||
+ | * Description:N/A | ||
+ | |||
+ | * //observer// | ||
+ | * Type:Action<NSObservedChange> | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} AddObserver(NSString,NSKeyValueObservingOptions,Action<NSObservedChange>) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:IDisposable | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //key// | ||
+ | * Type:NSString | ||
+ | * Description:N/A | ||
+ | |||
+ | * //options// | ||
+ | * Type:NSKeyValueObservingOptions | ||
+ | * Description:N/A | ||
+ | |||
+ | * //observer// | ||
+ | * Type:Action<NSObservedChange> | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} Init() ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} AddObserver(NSObject,NSString,NSKeyValueObservingOptions,IntPtr) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //observer// | ||
+ | * Type:NSObject | ||
+ | * Description:N/A | ||
+ | |||
+ | * //keyPath// | ||
+ | * Type:NSString | ||
+ | * Description:N/A | ||
+ | |||
+ | * //options// | ||
+ | * Type:NSKeyValueObservingOptions | ||
+ | * Description:N/A | ||
+ | |||
+ | * //context// | ||
+ | * Type:IntPtr | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} AddObserver(NSObject,String,NSKeyValueObservingOptions,IntPtr) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //observer// | ||
+ | * Type:NSObject | ||
+ | * Description:N/A | ||
+ | |||
+ | * //keyPath// | ||
+ | * Type:String | ||
+ | * Description:N/A | ||
+ | |||
+ | * //options// | ||
+ | * Type:NSKeyValueObservingOptions | ||
+ | * Description:N/A | ||
+ | |||
+ | * //context// | ||
+ | * Type:IntPtr | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} Copy() ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:NSObject | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} DidChange(NSKeyValueChange,NSIndexSet,NSString) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //changeKind// | ||
+ | * Type:NSKeyValueChange | ||
+ | * Description:N/A | ||
+ | |||
+ | * //indexes// | ||
+ | * Type:NSIndexSet | ||
+ | * Description:N/A | ||
+ | |||
+ | * //forKey// | ||
+ | * Type:NSString | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} DidChange(NSString,NSKeyValueSetMutationKind,NSSet) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //forKey// | ||
+ | * Type:NSString | ||
+ | * Description:N/A | ||
+ | |||
+ | * //mutationKind// | ||
+ | * Type:NSKeyValueSetMutationKind | ||
+ | * Description:N/A | ||
+ | |||
+ | * //objects// | ||
+ | * Type:NSSet | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} DidChangeValue(String) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //forKey// | ||
+ | * Type:String | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} DoesNotRecognizeSelector(Selector) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //sel// | ||
+ | * Type:Selector | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} GetDictionaryOfValuesFromKeys(NSString[]) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:NSDictionary | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //keys// | ||
+ | * Type:NSString[] | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} GetNativeHash() ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:nuint | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} IsEqual(NSObject) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //anObject// | ||
+ | * Type:NSObject | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} IsKindOfClass(Class) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //aClass// | ||
+ | * Type:Class | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} IsMemberOfClass(Class) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //aClass// | ||
+ | * Type:Class | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} MutableCopy() ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:NSObject | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} ObserveValue(NSString,NSObject,NSDictionary,IntPtr) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //keyPath// | ||
+ | * Type:NSString | ||
+ | * Description:N/A | ||
+ | |||
+ | * //ofObject// | ||
+ | * Type:NSObject | ||
+ | * Description:N/A | ||
+ | |||
+ | * //change// | ||
+ | * Type:NSDictionary | ||
+ | * Description:N/A | ||
+ | |||
+ | * //context// | ||
+ | * Type:IntPtr | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} PerformSelector(Selector,NSObject,Double,NSString[]) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //selector// | ||
+ | * Type:Selector | ||
+ | * Description:N/A | ||
+ | |||
+ | * //withObject// | ||
+ | * Type:NSObject | ||
+ | * Description:N/A | ||
+ | |||
+ | * //afterDelay// | ||
+ | * Type:Double | ||
+ | * Description:N/A | ||
+ | |||
+ | * //nsRunLoopModes// | ||
+ | * Type:NSString[] | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} PerformSelector(Selector,NSObject,Double) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //selector// | ||
+ | * Type:Selector | ||
+ | * Description:N/A | ||
+ | |||
+ | * //withObject// | ||
+ | * Type:NSObject | ||
+ | * Description:N/A | ||
+ | |||
+ | * //delay// | ||
+ | * Type:Double | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} PerformSelector(Selector,NSThread,NSObject,Boolean) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //selector// | ||
+ | * Type:Selector | ||
+ | * Description:N/A | ||
+ | |||
+ | * //onThread// | ||
+ | * Type:NSThread | ||
+ | * Description:N/A | ||
+ | |||
+ | * //withObject// | ||
+ | * Type:NSObject | ||
+ | * Description:N/A | ||
+ | |||
+ | * //waitUntilDone// | ||
+ | * Type:Boolean | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} GetType() ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Type | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ==== Protected Methods ==== | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnLongPress(UIGestureRecognizer) ** | ||
+ | |||
+ | Called when [long press]. | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:UIGestureRecognizer | ||
+ | * Description:The e. | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnSingleTap(UIGestureRecognizer) ** | ||
+ | |||
+ | Called when [single tap]. | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:UIGestureRecognizer | ||
+ | * Description:The e. | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnDoubleTap(UIGestureRecognizer) ** | ||
+ | |||
+ | Called when [double tap]. | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:UIGestureRecognizer | ||
+ | * Description:The e. | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnTouchMove(UIGestureRecognizer) ** | ||
+ | |||
+ | Called when [touch move]. | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:UIGestureRecognizer | ||
+ | * Description:The e. | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnTouchUp(UIGestureRecognizer) ** | ||
+ | |||
+ | Called when [touch up]. | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:UIGestureRecognizer | ||
+ | * Description:The e. | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnTouchDown(UIGestureRecognizer) ** | ||
+ | |||
+ | Called when [touch down]. | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:UIGestureRecognizer | ||
+ | * Description:The e. | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnTouchPinch(UIGestureRecognizer) ** | ||
+ | |||
+ | Called when [touch pinch]. | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:UIGestureRecognizer | ||
+ | * Description:The e. | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} Dispose(Boolean) ** | ||
+ | |||
+ | Releases the resources used by the UIView object. | ||
+ | == Remarks == | ||
+ | This Dispose method releases the resources used by the UIView class.This method is called by both the Dispose() method and the object finalizer (Finalize). When invoked by the Dispose method, the parameter disposing is set to and any managed object references that this object holds are also disposed or released; when invoked by the object finalizer, on the finalizer thread the value is set to . Calling the Dispose method when you are finished using the UIView 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 how to override this method and on the Dispose/IDisposable pattern, read the ``Implementing a Dispose Method'' document at http:msdn.microsoft.com/en-us/library/fs2xkftw.aspx | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //disposing// | ||
+ | * Type:Boolean | ||
+ | * Description:If set to , the method is invoked directly and will dispose manage and unmanaged resources; If set to the method is being called by the garbage collector finalizer and should only release unmanaged resources. | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} PanCore(PanDirection,Int32) ** | ||
- | <!-- ThinkGeo.MapSuite.iOSEdition.MapView --> | ||
- | [[#Protected Methods|Go Back]] | ||
- | ==== PanCore(PanDirection, Int32) ==== | ||
This function will pan the currentExtent based on a direction and percentage. | This function will pan the currentExtent based on a direction and percentage. | ||
- | === Overloads === | + | == Remarks == |
- | This overload allows you to pass a degree and percentage. | + | |
- | === Remarks === | + | |
This method will change the current extent by panning according to the direction and percentage specified. | This method will change the current extent by panning according to the direction and percentage specified. | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | direction | [[ThinkGeo.MapSuite.Core.PanDirection|PanDirection]]<!-- ThinkGeo.MapSuite.Core.PanDirection --> | This parameter is the direction in which you want to pan. | | + | * Description:None. |
- | | percentage | Int32<!-- System.Int32 --> | This parameter is the percentage by which you want to pan. | | + | |
+ | == Parameters == | ||
+ | * //direction// | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.PanDirection|PanDirection]] | ||
+ | * Description:This parameter is the direction in which you want to pan. | ||
+ | |||
+ | * //percentage// | ||
+ | * Type:Int32 | ||
+ | * Description:This parameter is the percentage by which you want to pan. | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} RefreshCore() ** | ||
- | <!-- ThinkGeo.MapSuite.iOSEdition.MapView --> | ||
- | [[#Protected Methods|Go Back]] | ||
- | ==== RefreshCore() ==== | ||
Refreshes current map control. | Refreshes current map control. | ||
- | === Remarks === | + | == Remarks == |
Refreshes all the existing overlays and map tools. | Refreshes all the existing overlays and map tools. | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
+ | * Description:N/A | ||
- | <!-- ThinkGeo.MapSuite.iOSEdition.MapView --> | + | == Parameters == |
- | [[#Protected Methods|Go Back]] | + | <div newline></div> |
- | ==== ZoomInByAnchorPointCore(ScreenPointF) ==== | + | ** {{wiki:ProtectedMethod.gif|}} ZoomInCore(Int32) ** |
- | Zooms the in by anchor point core. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | touchPosition | [[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]]<!-- ThinkGeo.MapSuite.Core.ScreenPointF --> | The touch position. | | ||
- | |||
- | <!-- ThinkGeo.MapSuite.iOSEdition.MapView --> | ||
- | [[#Protected Methods|Go Back]] | ||
- | ==== ZoomInCore(Int32) ==== | ||
Zooms the map in by the provided percentage. | Zooms the map in by the provided percentage. | ||
- | === Return Value === | + | == Remarks == |
- | ^ Return Type ^ Description ^ | + | N/A |
- | | Void<!-- System.Void --> | | | + | |
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //percentage// | ||
+ | * Type:Int32 | ||
+ | * Description:A scale to zoom the map in. | ||
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:ProtectedMethod.gif|}} ZoomOutCore(Int32) ** |
- | | percentage | Int32<!-- System.Int32 --> | A scale to zoom the map in. | | + | |
- | <!-- ThinkGeo.MapSuite.iOSEdition.MapView --> | ||
- | [[#Protected Methods|Go Back]] | ||
- | ==== ZoomOutCore(Int32) ==== | ||
Zooms the map out by the provided percentage. | Zooms the map out by the provided percentage. | ||
- | === Return Value === | + | == Remarks == |
- | ^ Return Type ^ Description ^ | + | N/A |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | percentage | Int32<!-- System.Int32 --> | A scale to zoom the map in. | | + | * Description:N/A |
+ | |||
+ | == Parameters == | ||
+ | * //percentage// | ||
+ | * Type:Int32 | ||
+ | * Description:A scale to zoom the map in. | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} ZoomInByAnchorPointCore(ScreenPointF) ** | ||
+ | |||
+ | Zooms the in by anchor point core. | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //touchPosition// | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]] | ||
+ | * Description:The touch position. | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} ZoomToCore(RectangleShape) ** | ||
- | <!-- ThinkGeo.MapSuite.iOSEdition.MapView --> | ||
- | [[#Protected Methods|Go Back]] | ||
- | ==== ZoomToCore(RectangleShape) ==== | ||
Zooms the map in by the provided extent and locates to extent. | Zooms the map in by the provided extent and locates to extent. | ||
- | === Return Value === | + | == Remarks == |
- | ^ Return Type ^ Description ^ | + | N/A |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | extent | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.Core.RectangleShape --> | The extent. | | + | * Description:N/A |
+ | |||
+ | == Parameters == | ||
+ | * //extent// | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | ||
+ | * Description:The extent. | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} ZoomToScaleCore(Double) ** | ||
- | <!-- ThinkGeo.MapSuite.iOSEdition.MapView --> | ||
- | [[#Protected Methods|Go Back]] | ||
- | ==== ZoomToScaleCore(Double) ==== | ||
This method zooms current map to a specified scale. | This method zooms current map to a specified scale. | ||
- | === Remarks === | + | == Remarks == |
When calling this method, it doesn't refresh existing Tiles on the current map. For example, if using a TileOverlay such as LayerOverlay; a layer style is changed, Refresh method is proper to call. | When calling this method, it doesn't refresh existing Tiles on the current map. For example, if using a TileOverlay such as LayerOverlay; a layer style is changed, Refresh method is proper to call. | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | targetScale | Double<!-- System.Double --> | A double value indicates the scale to zoom the map to. | | + | * Description:N/A |
- | <!-- ThinkGeo.MapSuite.iOSEdition.MapView --> | + | == Parameters == |
- | [[#Protected Methods|Go Back]] | + | * //targetScale// |
- | ===== Public Properties ===== | + | * Type:Double |
- | ==== AccessibilityActivationPoint ==== | + | * Description:A double value indicates the scale to zoom the map to. |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | PointF<!-- System.Drawing.PointF --> | | + | |
- | <!-- MonoTouch.UIKit.UIView --> | + | <div newline></div> |
- | [[#Public Properties|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} OnCurrentExtentChanged(CurrentExtentChangedMapViewEventArgs) ** |
- | ==== AccessibilityCustomActions ==== | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | UIAccessibilityCustomAction[]<!-- MonoTouch.UIKit.UIAccessibilityCustomAction[[]] --> | | + | |
- | <!-- MonoTouch.UIKit.UIResponder --> | + | Raises the event. |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== AccessibilityElementsHidden ==== | + | N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Boolean<!-- System.Boolean --> | | + | |
- | <!-- MonoTouch.UIKit.UIView --> | + | == Return Value == |
- | [[#Public Properties|Go Back]] | + | * Type:Void |
- | ==== AccessibilityFrame ==== | + | * Description:N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | RectangleF<!-- System.Drawing.RectangleF --> | | + | |
- | <!-- MonoTouch.UIKit.UIView --> | + | == Parameters == |
- | [[#Public Properties|Go Back]] | + | * //e// |
- | ==== AccessibilityHint ==== | + | * Type:[[ThinkGeo.MapSuite.iOSEdition.CurrentExtentChangedMapViewEventArgs|CurrentExtentChangedMapViewEventArgs]] |
- | === Return Value === | + | * Description:The instance containing the event data. |
- | ^ Return Type ^ | + | |
- | | String<!-- System.String --> | | + | |
- | <!-- MonoTouch.UIKit.UIView --> | + | <div newline></div> |
- | [[#Public Properties|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} OnCurrentExtentChanging(CurrentExtentChangingMapViewEventArgs) ** |
- | ==== AccessibilityIdentifier ==== | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | String<!-- System.String --> | | + | |
- | <!-- MonoTouch.UIKit.UIView --> | + | Raises the event. |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== AccessibilityLabel ==== | + | N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | String<!-- System.String --> | | + | |
- | <!-- MonoTouch.UIKit.UIView --> | + | == Return Value == |
- | [[#Public Properties|Go Back]] | + | * Type:Void |
- | ==== AccessibilityLanguage ==== | + | * Description:N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | String<!-- System.String --> | | + | |
- | <!-- MonoTouch.UIKit.UIView --> | + | == Parameters == |
- | [[#Public Properties|Go Back]] | + | * //e// |
- | ==== AccessibilityNavigationStyle ==== | + | * Type:[[ThinkGeo.MapSuite.iOSEdition.CurrentExtentChangingMapViewEventArgs|CurrentExtentChangingMapViewEventArgs]] |
- | === Return Value === | + | * Description:The instance containing the event data. |
- | ^ Return Type ^ | + | |
- | | UIAccessibilityNavigationStyle<!-- MonoTouch.UIKit.UIAccessibilityNavigationStyle --> | | + | |
- | <!-- MonoTouch.UIKit.UIView --> | + | <div newline></div> |
- | [[#Public Properties|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} OnCurrentScaleChanging(CurrentScaleChangingMapViewEventArgs) ** |
- | ==== AccessibilityPath ==== | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | UIBezierPath<!-- MonoTouch.UIKit.UIBezierPath --> | | + | |
- | <!-- MonoTouch.UIKit.UIView --> | + | Raises the event. |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== AccessibilityTraits ==== | + | N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | UIAccessibilityTrait<!-- MonoTouch.UIKit.UIAccessibilityTrait --> | | + | |
- | <!-- MonoTouch.UIKit.UIView --> | + | == Return Value == |
- | [[#Public Properties|Go Back]] | + | * Type:Void |
- | ==== AccessibilityValue ==== | + | * Description:N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | String<!-- System.String --> | | + | |
- | <!-- MonoTouch.UIKit.UIView --> | + | == Parameters == |
- | [[#Public Properties|Go Back]] | + | * //e// |
- | ==== AccessibilityViewIsModal ==== | + | * Type:[[ThinkGeo.MapSuite.iOSEdition.CurrentScaleChangingMapViewEventArgs|CurrentScaleChangingMapViewEventArgs]] |
- | === Return Value === | + | * Description:The instance containing the event data. |
- | ^ Return Type ^ | + | |
- | | Boolean<!-- System.Boolean --> | | + | |
- | <!-- MonoTouch.UIKit.UIView --> | + | <div newline></div> |
- | [[#Public Properties|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} OnCurrentScaleChanged(CurrentScaleChangedMapViewEventArgs) ** |
- | ==== AdornmentOverlay ==== | + | |
- | Gets the adornment overlay for the MapControl. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | [[ThinkGeo.MapSuite.iOSEdition.AdornmentOverlay|AdornmentOverlay]]<!-- ThinkGeo.MapSuite.iOSEdition.AdornmentOverlay --> | | + | |
- | <!-- ThinkGeo.MapSuite.iOSEdition.MapView --> | + | Raises the event. |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== AlignmentRectInsets ==== | + | N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | UIEdgeInsets<!-- MonoTouch.UIKit.UIEdgeInsets --> | | + | |
- | <!-- MonoTouch.UIKit.UIView --> | + | == Return Value == |
- | [[#Public Properties|Go Back]] | + | * Type:Void |
- | ==== Alpha ==== | + | * Description:N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Single<!-- System.Single --> | | + | |
- | <!-- MonoTouch.UIKit.UIView --> | + | == Parameters == |
- | [[#Public Properties|Go Back]] | + | * //e// |
- | ==== AutoresizingMask ==== | + | * Type:[[ThinkGeo.MapSuite.iOSEdition.CurrentScaleChangedMapViewEventArgs|CurrentScaleChangedMapViewEventArgs]] |
- | === Return Value === | + | * Description:The instance containing the event data. |
- | ^ Return Type ^ | + | |
- | | UIViewAutoresizing<!-- MonoTouch.UIKit.UIViewAutoresizing --> | | + | |
- | <!-- MonoTouch.UIKit.UIView --> | + | <div newline></div> |
- | [[#Public Properties|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} Finalize() ** |
- | ==== AutosizesSubviews ==== | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Boolean<!-- System.Boolean --> | | + | |
- | <!-- MonoTouch.UIKit.UIView --> | + | N/A |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== BackgroundColor ==== | + | N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | UIColor<!-- MonoTouch.UIKit.UIColor --> | | + | |
- | <!-- MonoTouch.UIKit.UIView --> | + | == Return Value == |
- | [[#Public Properties|Go Back]] | + | * Type:Void |
- | ==== Bounds ==== | + | * Description:N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | RectangleF<!-- System.Drawing.RectangleF --> | | + | |
- | <!-- MonoTouch.UIKit.UIView --> | + | == Parameters == |
- | [[#Public Properties|Go Back]] | + | <div newline></div> |
- | ==== CanBecomeFirstResponder ==== | + | ** {{wiki:ProtectedMethod.gif|}} MarkDirty() ** |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Boolean<!-- System.Boolean --> | | + | |
- | <!-- MonoTouch.UIKit.UIResponder --> | + | N/A |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== CanResignFirstResponder ==== | + | N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Boolean<!-- System.Boolean --> | | + | |
- | <!-- MonoTouch.UIKit.UIResponder --> | + | == Return Value == |
- | [[#Public Properties|Go Back]] | + | * Type:Void |
- | ==== Center ==== | + | * Description:N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | PointF<!-- System.Drawing.PointF --> | | + | |
- | <!-- MonoTouch.UIKit.UIView --> | + | == Parameters == |
- | [[#Public Properties|Go Back]] | + | <div newline></div> |
- | ==== ClassHandle ==== | + | ** {{wiki:ProtectedMethod.gif|}} InitializeHandle(IntPtr) ** |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | IntPtr<!-- System.IntPtr --> | | + | |
- | <!-- MonoTouch.Foundation.NSObject(overriden) --> | + | N/A |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== ClearsContextBeforeDrawing ==== | + | N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Boolean<!-- System.Boolean --> | | + | |
- | <!-- MonoTouch.UIKit.UIView --> | + | == Return Value == |
- | [[#Public Properties|Go Back]] | + | * Type:Void |
- | ==== ClipsToBounds ==== | + | * Description:N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Boolean<!-- System.Boolean --> | | + | |
- | <!-- MonoTouch.UIKit.UIView --> | + | == Parameters == |
- | [[#Public Properties|Go Back]] | + | * //handle// |
- | ==== Constraints ==== | + | * Type:IntPtr |
- | === Return Value === | + | * Description:N/A |
- | ^ Return Type ^ | + | |
- | | NSLayoutConstraint[]<!-- MonoTouch.UIKit.NSLayoutConstraint[[]] --> | | + | |
- | <!-- MonoTouch.UIKit.UIView --> | + | <div newline></div> |
- | [[#Public Properties|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} InitializeHandle(IntPtr,String) ** |
- | ==== ContentMode ==== | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | UIViewContentMode<!-- MonoTouch.UIKit.UIViewContentMode --> | | + | |
- | <!-- MonoTouch.UIKit.UIView --> | + | N/A |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== ContentScaleFactor ==== | + | N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | == Return Value == |
- | | Single<!-- System.Single --> | | + | * Type:Void |
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //handle// | ||
+ | * Type:IntPtr | ||
+ | * Description:N/A | ||
+ | |||
+ | * //initSelector// | ||
+ | * Type:String | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} ClearHandle() ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Object | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ==== Public Properties ==== | ||
+ | ** {{wiki:PublicProperty.gif|}} CurrentExtent ** | ||
- | <!-- MonoTouch.UIKit.UIView --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== CurrentExtent ==== | ||
Gets or sets the current extent for the MapControl. | Gets or sets the current extent for the MapControl. | ||
- | === Return Value === | + | == Remarks == |
- | ^ Return Type ^ | + | N/A |
- | | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.Core.RectangleShape --> | | + | == Return Value == |
+ | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} RestrictExtent ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} CurrentScale ** | ||
- | <!-- ThinkGeo.MapSuite.iOSEdition.MapView --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== CurrentScale ==== | ||
Gets the current scale for the MapControl. | Gets the current scale for the MapControl. | ||
- | === Return Value === | + | == Remarks == |
- | ^ Return Type ^ | + | N/A |
- | | Double<!-- System.Double --> | | + | == Return Value == |
+ | * Type:Double | ||
- | <!-- ThinkGeo.MapSuite.iOSEdition.MapView --> | + | ** {{wiki:PublicProperty.gif|}} AdornmentOverlay ** |
- | [[#Public Properties|Go Back]] | + | |
- | ==== DebugDescription ==== | + | Gets the adornment overlay for the MapControl. |
- | === Return Value === | + | == Remarks == |
- | ^ Return Type ^ | + | N/A |
- | | String<!-- System.String --> | | + | == Return Value == |
+ | * Type:[[ThinkGeo.MapSuite.iOSEdition.AdornmentOverlay|AdornmentOverlay]] | ||
- | <!-- MonoTouch.Foundation.NSObject --> | + | ** {{wiki:PublicProperty.gif|}} EditOverlay ** |
- | [[#Public Properties|Go Back]] | + | |
- | ==== Description ==== | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | String<!-- System.String --> | | + | |
- | <!-- MonoTouch.Foundation.NSObject --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== EditOverlay ==== | ||
Gets or sets the edit overlay for the MapControl. | Gets or sets the edit overlay for the MapControl. | ||
- | === Return Value === | + | == Remarks == |
- | ^ Return Type ^ | + | N/A |
- | | [[ThinkGeo.MapSuite.iOSEdition.EditInteractiveOverlay|EditInteractiveOverlay]]<!-- ThinkGeo.MapSuite.iOSEdition.EditInteractiveOverlay --> | | + | == Return Value == |
+ | * Type:[[ThinkGeo.MapSuite.iOSEdition.EditInteractiveOverlay|EditInteractiveOverlay]] | ||
- | <!-- ThinkGeo.MapSuite.iOSEdition.MapView --> | + | ** {{wiki:PublicProperty.gif|}} ExtentOverlay ** |
- | [[#Public Properties|Go Back]] | + | |
- | ==== EnableInputClicksWhenVisible ==== | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Boolean<!-- System.Boolean --> | | + | |
- | <!-- MonoTouch.UIKit.UIView --> | + | Gets or sets the extent overlay for the MapControl. |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== EventView ==== | + | N/A |
- | Gets the event view for the MapControl. | + | == Return Value == |
- | === Return Value === | + | * Type:[[ThinkGeo.MapSuite.iOSEdition.ExtentInteractiveOverlay|ExtentInteractiveOverlay]] |
- | ^ Return Type ^ | + | |
- | | UIView<!-- MonoTouch.UIKit.UIView --> | | + | |
- | <!-- ThinkGeo.MapSuite.iOSEdition.MapView --> | + | ** {{wiki:PublicProperty.gif|}} InteractiveOverlays ** |
- | [[#Public Properties|Go Back]] | + | |
- | ==== ExclusiveTouch ==== | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Boolean<!-- System.Boolean --> | | + | |
- | <!-- MonoTouch.UIKit.UIView --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== ExtentOverlay ==== | ||
Gets or sets the extent overlay for the MapControl. | Gets or sets the extent overlay for the MapControl. | ||
- | === Return Value === | + | == Remarks == |
- | ^ Return Type ^ | + | N/A |
- | | [[ThinkGeo.MapSuite.iOSEdition.ExtentInteractiveOverlay|ExtentInteractiveOverlay]]<!-- ThinkGeo.MapSuite.iOSEdition.ExtentInteractiveOverlay --> | | + | == Return Value == |
+ | * Type:[[ThinkGeo.MapSuite.Core.GeoCollection<T>[[ThinkGeo.MapSuite.iOSEdition.InteractiveOverlay, iOSEdition, Version=9.0.0.0, Culture=neutral, PublicKeyToken=null]]|GeoCollection<T>]] | ||
- | <!-- ThinkGeo.MapSuite.iOSEdition.MapView --> | + | ** {{wiki:PublicProperty.gif|}} MapTools ** |
- | [[#Public Properties|Go Back]] | + | |
- | ==== Frame ==== | + | |
- | Coordinates of the view relative to its container. | + | |
- | === Remarks === | + | |
- | When changes are done to this property, the <see cref="P:MonoTouch.UIKit.UIView.Center" /> is updated with the new location and the <see cref="P:MonoTouch.UIKit.UIView.Bounds" /> is updated with the new dimensions and a re-layout of the subviews is performed. | + | |
- | Changing this property will not trigger a call to <see cref="M:MonoTouch.UIKit.UIView.Draw(System.Drawing.RectangleF)" /> unless you set the <see cref="P:MonoTouch.UIKit.UIView.ContentMode" /> property to <see cref="E:MonoTouch.UIKit.UIViewContentMode.Redraw" />. | + | Gets the map tools for the MapControl. |
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.iOSEdition.MapTools|MapTools]] | ||
- | At least on iOS 6, changing this property causes the a re-layout of the subviews, even if the dimensions are the same. This can cause performance problems as some views (like UITableView) can perform some very expensive computations when they are laid out. | + | ** {{wiki:PublicProperty.gif|}} MapUnit ** |
- | If your <see cref="P:MonoTouch.UIKit.UIView.ContentMode" /> property is set to <see cref="E:MonoTouch.UIKit.UIViewContentMode.Redraw" />, you can avoid a redraw of your view if you update the <see cref="P:MonoTouch.UIKit.UIView.Center" /> property instead of updating the Frame as that one will merely move the view without triggering a call to <see cref="M:MonoTouch.UIKit.UIView.LayoutSubviews()" />. | + | Gets or sets the map unit for the MapControl. |
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] | ||
- | <para id="animatable"> This property participates in the implicit animation protocol, changing it outside of a transaction will trigger an implicit animation for its values. | + | ** {{wiki:PublicProperty.gif|}} Overlays ** |
- | If you change the <see cref="P:MonoTouch.UIKit.UIView.Transform" /> property to a matrix that does not represent the identity matrix, changing this property can have unintended consequences. In those cases, you should instead update <see cref="P:MonoTouch.UIKit.UIView.Center" /> and <see cref="P:MonoTouch.UIKit.UIView.Bounds" /> directly. | + | Gets the overlays for the MapControl. |
- | === Return Value === | + | == Remarks == |
- | ^ Return Type ^ | + | N/A |
- | | RectangleF<!-- System.Drawing.RectangleF --> | | + | == Return Value == |
+ | * Type:[[ThinkGeo.MapSuite.Core.GeoCollection<T>[[ThinkGeo.MapSuite.iOSEdition.Overlay, iOSEdition, Version=9.0.0.0, Culture=neutral, PublicKeyToken=null]]|GeoCollection<T>]] | ||
- | <!-- MonoTouch.UIKit.UIView(overriden) --> | + | ** {{wiki:PublicProperty.gif|}} EventView ** |
- | [[#Public Properties|Go Back]] | + | |
- | ==== GestureRecognizers ==== | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | UIGestureRecognizer[]<!-- MonoTouch.UIKit.UIGestureRecognizer[[]] --> | | + | |
- | <!-- MonoTouch.UIKit.UIView --> | + | Gets the event view for the MapControl. |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== Handle ==== | + | N/A |
- | === Return Value === | + | == Return Value == |
- | ^ Return Type ^ | + | * Type:UIView |
- | | IntPtr<!-- System.IntPtr --> | | + | |
- | <!-- MonoTouch.Foundation.NSObject --> | + | ** {{wiki:PublicProperty.gif|}} TrackOverlay ** |
- | [[#Public Properties|Go Back]] | + | |
- | ==== HasAmbiguousLayout ==== | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Boolean<!-- System.Boolean --> | | + | |
- | <!-- MonoTouch.UIKit.UIView --> | + | Gets or sets the track overlay for the MapControl. |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== Hidden ==== | + | N/A |
- | === Return Value === | + | == Return Value == |
- | ^ Return Type ^ | + | * Type:[[ThinkGeo.MapSuite.iOSEdition.TrackInteractiveOverlay|TrackInteractiveOverlay]] |
- | | Boolean<!-- System.Boolean --> | | + | |
- | <!-- MonoTouch.UIKit.UIView --> | + | ** {{wiki:PublicProperty.gif|}} ZoomLevelSet ** |
- | [[#Public Properties|Go Back]] | + | |
- | ==== InputAccessoryView ==== | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | UIView<!-- MonoTouch.UIKit.UIView --> | | + | |
- | <!-- MonoTouch.UIKit.UIResponder --> | + | Gets or sets the zoom level set for the MapControl. |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== InputAccessoryViewController ==== | + | N/A |
- | === Return Value === | + | == Return Value == |
- | ^ Return Type ^ | + | * Type:[[ThinkGeo.MapSuite.Core.ZoomLevelSet|ZoomLevelSet]] |
- | | UIInputViewController<!-- MonoTouch.UIKit.UIInputViewController --> | | + | |
- | <!-- MonoTouch.UIKit.UIResponder --> | + | ** {{wiki:PublicProperty.gif|}} MinimumScale ** |
- | [[#Public Properties|Go Back]] | + | |
- | ==== InputView ==== | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | UIView<!-- MonoTouch.UIKit.UIView --> | | + | |
- | <!-- MonoTouch.UIKit.UIResponder --> | + | This property gets and sets a minimum scale when navigating the map. When you keep zooming in, and the target scale is smaller than the minimum scale, the zooming operation will be stopped. |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== InputViewController ==== | + | N/A |
- | === Return Value === | + | == Return Value == |
- | ^ Return Type ^ | + | * Type:Double |
- | | UIInputViewController<!-- MonoTouch.UIKit.UIInputViewController --> | | + | |
- | <!-- MonoTouch.UIKit.UIResponder --> | + | ** {{wiki:PublicProperty.gif|}} MaximumScale ** |
- | [[#Public Properties|Go Back]] | + | |
- | ==== InteractiveOverlays ==== | + | |
- | Gets or sets the extent overlay for the MapControl. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<[[ThinkGeo.MapSuite.iOSEdition.InteractiveOverlay|InteractiveOverlay]]><!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.iOSEdition.InteractiveOverlay} --> | | + | |
- | <!-- ThinkGeo.MapSuite.iOSEdition.MapView --> | + | This property gets and sets a maximum scale when navigating the map. When you keep zooming out, and the target scale is bigger than the maximum scale, the zooming operation will be stopped. |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== IntrinsicContentSize ==== | + | N/A |
- | === Return Value === | + | == Return Value == |
- | ^ Return Type ^ | + | * Type:Double |
- | | SizeF<!-- System.Drawing.SizeF --> | | + | |
- | <!-- MonoTouch.UIKit.UIView --> | + | ** {{wiki:PublicProperty.gif|}} ClassHandle ** |
- | [[#Public Properties|Go Back]] | + | |
- | ==== IsAccessibilityElement ==== | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Boolean<!-- System.Boolean --> | | + | |
- | <!-- MonoTouch.UIKit.UIView --> | + | N/A |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== IsFirstResponder ==== | + | N/A |
- | === Return Value === | + | == Return Value == |
- | ^ Return Type ^ | + | * Type:IntPtr |
- | | Boolean<!-- System.Boolean --> | | + | |
- | <!-- MonoTouch.UIKit.UIResponder --> | + | ** {{wiki:PublicProperty.gif|}} AccessibilityActivationPoint ** |
- | [[#Public Properties|Go Back]] | + | |
- | ==== KeyCommands ==== | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | UIKeyCommand[]<!-- MonoTouch.UIKit.UIKeyCommand[[]] --> | | + | |
- | <!-- MonoTouch.UIKit.UIResponder --> | + | N/A |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== Layer ==== | + | N/A |
- | === Return Value === | + | == Return Value == |
- | ^ Return Type ^ | + | * Type:CGPoint |
- | | CALayer<!-- MonoTouch.CoreAnimation.CALayer --> | | + | |
- | <!-- MonoTouch.UIKit.UIView --> | + | ** {{wiki:PublicProperty.gif|}} AccessibilityElementsHidden ** |
- | [[#Public Properties|Go Back]] | + | |
- | ==== LayoutMargins ==== | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | UIEdgeInsets<!-- MonoTouch.UIKit.UIEdgeInsets --> | | + | |
- | <!-- MonoTouch.UIKit.UIView --> | + | N/A |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== MapTools ==== | + | N/A |
- | Gets the map tools for the MapControl. | + | == Return Value == |
- | === Return Value === | + | * Type:Boolean |
- | ^ Return Type ^ | + | |
- | | [[ThinkGeo.MapSuite.iOSEdition.MapTools|MapTools]]<!-- ThinkGeo.MapSuite.iOSEdition.MapTools --> | | + | |
- | <!-- ThinkGeo.MapSuite.iOSEdition.MapView --> | + | ** {{wiki:PublicProperty.gif|}} AccessibilityFrame ** |
- | [[#Public Properties|Go Back]] | + | |
- | ==== MapUnit ==== | + | |
- | Gets or sets the map unit for the MapControl. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | [[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]]<!-- ThinkGeo.MapSuite.Core.GeographyUnit --> | | + | |
- | <!-- ThinkGeo.MapSuite.iOSEdition.MapView --> | + | N/A |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== MaskView ==== | + | N/A |
- | === Return Value === | + | == Return Value == |
- | ^ Return Type ^ | + | * Type:CGRect |
- | | UIView<!-- MonoTouch.UIKit.UIView --> | | + | |
- | <!-- MonoTouch.UIKit.UIView --> | + | ** {{wiki:PublicProperty.gif|}} AccessibilityHint ** |
- | [[#Public Properties|Go Back]] | + | |
- | ==== MotionEffects ==== | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | UIMotionEffect[]<!-- MonoTouch.UIKit.UIMotionEffect[[]] --> | | + | |
- | <!-- MonoTouch.UIKit.UIView --> | + | N/A |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== MultipleTouchEnabled ==== | + | N/A |
- | === Return Value === | + | == Return Value == |
- | ^ Return Type ^ | + | * Type:String |
- | | Boolean<!-- System.Boolean --> | | + | |
- | <!-- MonoTouch.UIKit.UIView --> | + | ** {{wiki:PublicProperty.gif|}} AccessibilityIdentifier ** |
- | [[#Public Properties|Go Back]] | + | |
- | ==== NextResponder ==== | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | UIResponder<!-- MonoTouch.UIKit.UIResponder --> | | + | |
- | <!-- MonoTouch.UIKit.UIResponder --> | + | N/A |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== Opaque ==== | + | N/A |
- | === Return Value === | + | == Return Value == |
- | ^ Return Type ^ | + | * Type:String |
- | | Boolean<!-- System.Boolean --> | | + | |
- | <!-- MonoTouch.UIKit.UIView --> | + | ** {{wiki:PublicProperty.gif|}} AccessibilityLabel ** |
- | [[#Public Properties|Go Back]] | + | |
- | ==== Overlays ==== | + | |
- | Gets the overlays for the MapControl. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<[[ThinkGeo.MapSuite.iOSEdition.Overlay|Overlay]]><!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.iOSEdition.Overlay} --> | | + | |
- | <!-- ThinkGeo.MapSuite.iOSEdition.MapView --> | + | N/A |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== PreservesSuperviewLayoutMargins ==== | + | N/A |
- | === Return Value === | + | == Return Value == |
- | ^ Return Type ^ | + | * Type:String |
- | | Boolean<!-- System.Boolean --> | | + | |
- | <!-- MonoTouch.UIKit.UIView --> | + | ** {{wiki:PublicProperty.gif|}} AccessibilityLanguage ** |
- | [[#Public Properties|Go Back]] | + | |
- | ==== RestorationIdentifier ==== | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | String<!-- System.String --> | | + | |
- | <!-- MonoTouch.UIKit.UIView --> | + | N/A |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== RetainCount ==== | + | N/A |
- | === Return Value === | + | == Return Value == |
- | ^ Return Type ^ | + | * Type:String |
- | | Int32<!-- System.Int32 --> | | + | |
- | <!-- MonoTouch.Foundation.NSObject --> | + | ** {{wiki:PublicProperty.gif|}} AccessibilityNavigationStyle ** |
- | [[#Public Properties|Go Back]] | + | |
- | ==== ShouldGroupAccessibilityChildren ==== | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Boolean<!-- System.Boolean --> | | + | |
- | <!-- MonoTouch.UIKit.UIView --> | + | N/A |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== Subviews ==== | + | N/A |
- | === Return Value === | + | == Return Value == |
- | ^ Return Type ^ | + | * Type:UIAccessibilityNavigationStyle |
- | | UIView[]<!-- MonoTouch.UIKit.UIView[[]] --> | | + | |
- | <!-- MonoTouch.UIKit.UIView --> | + | ** {{wiki:PublicProperty.gif|}} AccessibilityPath ** |
- | [[#Public Properties|Go Back]] | + | |
- | ==== SuperHandle ==== | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | IntPtr<!-- System.IntPtr --> | | + | |
- | <!-- MonoTouch.Foundation.NSObject --> | + | N/A |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== Superview ==== | + | N/A |
- | === Return Value === | + | == Return Value == |
- | ^ Return Type ^ | + | * Type:UIBezierPath |
- | | UIView<!-- MonoTouch.UIKit.UIView --> | | + | |
- | <!-- MonoTouch.UIKit.UIView --> | + | ** {{wiki:PublicProperty.gif|}} AccessibilityTraits ** |
- | [[#Public Properties|Go Back]] | + | |
- | ==== Tag ==== | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Int32<!-- System.Int32 --> | | + | |
- | <!-- MonoTouch.UIKit.UIView --> | + | N/A |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== TextInputContextIdentifier ==== | + | N/A |
- | === Return Value === | + | == Return Value == |
- | ^ Return Type ^ | + | * Type:UIAccessibilityTrait |
- | | NSString<!-- MonoTouch.Foundation.NSString --> | | + | |
- | <!-- MonoTouch.UIKit.UIResponder --> | + | ** {{wiki:PublicProperty.gif|}} AccessibilityValue ** |
- | [[#Public Properties|Go Back]] | + | |
- | ==== TextInputMode ==== | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | UITextInputMode<!-- MonoTouch.UIKit.UITextInputMode --> | | + | |
- | <!-- MonoTouch.UIKit.UIResponder --> | + | N/A |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== TintAdjustmentMode ==== | + | N/A |
- | === Return Value === | + | == Return Value == |
- | ^ Return Type ^ | + | * Type:String |
- | | UIViewTintAdjustmentMode<!-- MonoTouch.UIKit.UIViewTintAdjustmentMode --> | | + | |
- | <!-- MonoTouch.UIKit.UIView --> | + | ** {{wiki:PublicProperty.gif|}} AccessibilityViewIsModal ** |
- | [[#Public Properties|Go Back]] | + | |
- | ==== TintColor ==== | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | UIColor<!-- MonoTouch.UIKit.UIColor --> | | + | |
- | <!-- MonoTouch.UIKit.UIView --> | + | N/A |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== TrackOverlay ==== | + | N/A |
- | Gets or sets the track overlay for the MapControl. | + | == Return Value == |
- | === Return Value === | + | * Type:Boolean |
- | ^ Return Type ^ | + | |
- | | [[ThinkGeo.MapSuite.iOSEdition.TrackInteractiveOverlay|TrackInteractiveOverlay]]<!-- ThinkGeo.MapSuite.iOSEdition.TrackInteractiveOverlay --> | | + | |
- | <!-- ThinkGeo.MapSuite.iOSEdition.MapView --> | + | ** {{wiki:PublicProperty.gif|}} AlignmentRectInsets ** |
- | [[#Public Properties|Go Back]] | + | |
- | ==== TraitCollection ==== | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | UITraitCollection<!-- MonoTouch.UIKit.UITraitCollection --> | | + | |
- | <!-- MonoTouch.UIKit.UIView --> | + | N/A |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== Transform ==== | + | N/A |
- | === Return Value === | + | == Return Value == |
- | ^ Return Type ^ | + | * Type:UIEdgeInsets |
- | | CGAffineTransform<!-- MonoTouch.CoreGraphics.CGAffineTransform --> | | + | |
- | <!-- MonoTouch.UIKit.UIView --> | + | ** {{wiki:PublicProperty.gif|}} Alpha ** |
- | [[#Public Properties|Go Back]] | + | |
- | ==== TranslatesAutoresizingMaskIntoConstraints ==== | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Boolean<!-- System.Boolean --> | | + | |
- | <!-- MonoTouch.UIKit.UIView --> | + | N/A |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== UndoManager ==== | + | N/A |
- | === Return Value === | + | == Return Value == |
- | ^ Return Type ^ | + | * Type:nfloat |
- | | NSUndoManager<!-- MonoTouch.Foundation.NSUndoManager --> | | + | |
- | <!-- MonoTouch.UIKit.UIResponder --> | + | ** {{wiki:PublicProperty.gif|}} AutoresizingMask ** |
- | [[#Public Properties|Go Back]] | + | |
- | ==== UserActivity ==== | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | NSUserActivity<!-- MonoTouch.Foundation.NSUserActivity --> | | + | |
- | <!-- MonoTouch.UIKit.UIResponder --> | + | N/A |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== UserInteractionEnabled ==== | + | N/A |
- | === Return Value === | + | == Return Value == |
- | ^ Return Type ^ | + | * Type:UIViewAutoresizing |
- | | Boolean<!-- System.Boolean --> | | + | |
- | <!-- MonoTouch.UIKit.UIView --> | + | ** {{wiki:PublicProperty.gif|}} AutosizesSubviews ** |
- | [[#Public Properties|Go Back]] | + | |
- | ==== ViewForBaselineLayout ==== | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | UIView<!-- MonoTouch.UIKit.UIView --> | | + | |
- | <!-- MonoTouch.UIKit.UIView --> | + | N/A |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== ViewPrintFormatter ==== | + | N/A |
- | === Return Value === | + | == Return Value == |
- | ^ Return Type ^ | + | * Type:Boolean |
- | | UIViewPrintFormatter<!-- MonoTouch.UIKit.UIViewPrintFormatter --> | | + | |
- | <!-- MonoTouch.UIKit.UIView --> | + | ** {{wiki:PublicProperty.gif|}} BackgroundColor ** |
- | [[#Public Properties|Go Back]] | + | |
- | ==== Window ==== | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | UIWindow<!-- MonoTouch.UIKit.UIWindow --> | | + | |
- | <!-- MonoTouch.UIKit.UIView --> | + | N/A |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== ZoomLevelSet ==== | + | N/A |
- | Gets or sets the zoom level set for the MapControl. | + | == Return Value == |
- | === Return Value === | + | * Type:UIColor |
- | ^ Return Type ^ | + | |
- | | [[ThinkGeo.MapSuite.Core.ZoomLevelSet|ZoomLevelSet]]<!-- ThinkGeo.MapSuite.Core.ZoomLevelSet --> | | + | ** {{wiki:PublicProperty.gif|}} Bounds ** |
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:CGRect | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} Center ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:CGPoint | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} ClearsContextBeforeDrawing ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} ClipsToBounds ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} Constraints ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:NSLayoutConstraint[] | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} ContentMode ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:UIViewContentMode | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} ContentScaleFactor ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:nfloat | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} ContentStretch ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:CGRect | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} ExclusiveTouch ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} Frame ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:CGRect | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} GestureRecognizers ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:UIGestureRecognizer[] | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} HasAmbiguousLayout ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} Hidden ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} IntrinsicContentSize ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:CGSize | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} IsAccessibilityElement ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} Layer ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:CALayer | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} LayoutMargins ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:UIEdgeInsets | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} MaskView ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:UIView | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} MotionEffects ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:UIMotionEffect[] | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} MultipleTouchEnabled ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} Opaque ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} PreservesSuperviewLayoutMargins ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} RestorationIdentifier ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:String | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} ShouldGroupAccessibilityChildren ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} Subviews ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:UIView[] | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} Superview ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:UIView | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} Tag ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:nint | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} TintAdjustmentMode ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:UIViewTintAdjustmentMode | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} TintColor ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:UIColor | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} TraitCollection ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:UITraitCollection | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} Transform ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:CGAffineTransform | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} TranslatesAutoresizingMaskIntoConstraints ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} UserInteractionEnabled ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} ViewForBaselineLayout ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:UIView | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} ViewPrintFormatter ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:UIViewPrintFormatter | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} Window ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:UIWindow | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} AccessibilityCustomActions ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:UIAccessibilityCustomAction[] | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} CanBecomeFirstResponder ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} CanResignFirstResponder ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} InputAccessoryView ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:UIView | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} InputAccessoryViewController ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:UIInputViewController | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} InputView ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:UIView | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} InputViewController ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:UIInputViewController | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} IsFirstResponder ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} KeyCommands ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:UIKeyCommand[] | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} NextResponder ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:UIResponder | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} TextInputContextIdentifier ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:NSString | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} TextInputMode ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:UITextInputMode | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} UndoManager ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:NSUndoManager | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} UserActivity ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:NSUserActivity | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} SuperHandle ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:IntPtr | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} Handle ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:IntPtr | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} Class ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Class | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} DebugDescription ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:String | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} Description ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:String | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} IsProxy ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} RetainCount ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:nuint | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} Self ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:NSObject | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} Superclass ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Class | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} Zone ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:NSZone | ||
+ | |||
+ | ==== Protected Properties ==== | ||
+ | ** {{wiki:ProtectedProperty.gif|}} OverlaysView ** | ||
+ | |||
+ | Gets the overlays view. | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:UIView | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} IsDirectBinding ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} InFinalizerQueue ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ==== Public Events ==== | ||
+ | ** {{wiki:PublicEvent.gif|}} CurrentExtentChanging ** | ||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | Event Arguments:[[ThinkGeo.MapSuite.iOSEdition.CurrentExtentChangingMapViewEventArgs|CurrentExtentChangingMapViewEventArgs]] | ||
+ | |||
+ | ** {{wiki:PublicEvent.gif|}} CurrentExtentChanged ** | ||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | Event Arguments:[[ThinkGeo.MapSuite.iOSEdition.CurrentExtentChangedMapViewEventArgs|CurrentExtentChangedMapViewEventArgs]] | ||
+ | |||
+ | ** {{wiki:PublicEvent.gif|}} CurrentScaleChanging ** | ||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | Event Arguments:[[ThinkGeo.MapSuite.iOSEdition.CurrentScaleChangingMapViewEventArgs|CurrentScaleChangingMapViewEventArgs]] | ||
+ | |||
+ | ** {{wiki:PublicEvent.gif|}} CurrentScaleChanged ** | ||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | Event Arguments:[[ThinkGeo.MapSuite.iOSEdition.CurrentScaleChangedMapViewEventArgs|CurrentScaleChangedMapViewEventArgs]] | ||
+ | |||
+ | ** {{wiki:PublicEvent.gif|}} MapLongPress ** | ||
+ | This event raises when [map long press]. | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | Event Arguments:UIGestureRecognizer | ||
- | <!-- ThinkGeo.MapSuite.iOSEdition.MapView --> | + | ** {{wiki:PublicEvent.gif|}} MapSingleTap ** |
- | [[#Public Properties|Go Back]] | + | This event raises when [map single tap]. |
- | ===== Protected Properties ===== | + | == Remarks == |
- | ===== Public Events ===== | + | N/A |
- | ==== CurrentExtentChanged ==== | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | [[ThinkGeo.MapSuite.iOSEdition.CurrentExtentChangedMapViewEventArgs|CurrentExtentChangedMapViewEventArgs]]<!-- ThinkGeo.MapSuite.iOSEdition.CurrentExtentChangedMapViewEventArgs --> | | + | |
- | <!-- ThinkGeo.MapSuite.iOSEdition.MapView --> | + | Event Arguments:UIGestureRecognizer |
- | [[#Public Events|Go Back]] | + | |
- | ==== CurrentExtentChanging ==== | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | [[ThinkGeo.MapSuite.iOSEdition.CurrentExtentChangingMapViewEventArgs|CurrentExtentChangingMapViewEventArgs]]<!-- ThinkGeo.MapSuite.iOSEdition.CurrentExtentChangingMapViewEventArgs --> | | + | |
- | <!-- ThinkGeo.MapSuite.iOSEdition.MapView --> | + | ** {{wiki:PublicEvent.gif|}} MapDoubleTap ** |
- | [[#Public Events|Go Back]] | + | This event raises when [map double tap]. |
- | ==== CurrentScaleChanged ==== | + | == Remarks == |
- | === Event Arguments === | + | N/A |
- | ^ Event Arguments ^ | + | |
- | | [[ThinkGeo.MapSuite.iOSEdition.CurrentScaleChangedMapViewEventArgs|CurrentScaleChangedMapViewEventArgs]]<!-- ThinkGeo.MapSuite.iOSEdition.CurrentScaleChangedMapViewEventArgs --> | | + | |
- | <!-- ThinkGeo.MapSuite.iOSEdition.MapView --> | + | Event Arguments:UIGestureRecognizer |
- | [[#Public Events|Go Back]] | + | |
- | ==== CurrentScaleChanging ==== | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | [[ThinkGeo.MapSuite.iOSEdition.CurrentScaleChangingMapViewEventArgs|CurrentScaleChangingMapViewEventArgs]]<!-- ThinkGeo.MapSuite.iOSEdition.CurrentScaleChangingMapViewEventArgs --> | | + | |
- | <!-- ThinkGeo.MapSuite.iOSEdition.MapView --> | + | ** {{wiki:PublicEvent.gif|}} MapTouchMove ** |
- | [[#Public Events|Go Back]] | + | This event raises when [map touch move]. |
- | ==== MapDoubleTap ==== | + | == Remarks == |
- | This event raises when [[map|double tap]]. | + | N/A |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | UIGestureRecognizer<!-- MonoTouch.UIKit.UIGestureRecognizer --> | | + | |
- | <!-- ThinkGeo.MapSuite.iOSEdition.MapView --> | + | Event Arguments:UIGestureRecognizer |
- | [[#Public Events|Go Back]] | + | |
- | ==== MapLongPress ==== | + | |
- | This event raises when [[map|long press]]. | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | UIGestureRecognizer<!-- MonoTouch.UIKit.UIGestureRecognizer --> | | + | |
- | <!-- ThinkGeo.MapSuite.iOSEdition.MapView --> | + | ** {{wiki:PublicEvent.gif|}} MapTouchUp ** |
- | [[#Public Events|Go Back]] | + | This event raises when [map touch up]. |
- | ==== MapSingleTap ==== | + | == Remarks == |
- | This event raises when [[map|single tap]]. | + | N/A |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | UIGestureRecognizer<!-- MonoTouch.UIKit.UIGestureRecognizer --> | | + | |
- | <!-- ThinkGeo.MapSuite.iOSEdition.MapView --> | + | Event Arguments:UIGestureRecognizer |
- | [[#Public Events|Go Back]] | + | |
- | ==== MapTouchDown ==== | + | |
- | This event raises when [[map|touch down]]. | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | UIGestureRecognizer<!-- MonoTouch.UIKit.UIGestureRecognizer --> | | + | |
- | <!-- ThinkGeo.MapSuite.iOSEdition.MapView --> | + | ** {{wiki:PublicEvent.gif|}} MapTouchDown ** |
- | [[#Public Events|Go Back]] | + | This event raises when [map touch down]. |
- | ==== MapTouchMove ==== | + | == Remarks == |
- | This event raises when [[map|touch move]]. | + | N/A |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | UIGestureRecognizer<!-- MonoTouch.UIKit.UIGestureRecognizer --> | | + | |
- | <!-- ThinkGeo.MapSuite.iOSEdition.MapView --> | + | Event Arguments:UIGestureRecognizer |
- | [[#Public Events|Go Back]] | + | |
- | ==== MapTouchPinch ==== | + | |
- | This event raises when [[map|touch pinch]]. | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | UIGestureRecognizer<!-- MonoTouch.UIKit.UIGestureRecognizer --> | | + | |
- | <!-- ThinkGeo.MapSuite.iOSEdition.MapView --> | + | ** {{wiki:PublicEvent.gif|}} MapTouchPinch ** |
- | [[#Public Events|Go Back]] | + | This event raises when [map touch pinch]. |
- | ==== MapTouchUp ==== | + | == Remarks == |
- | This event raises when [[map|touch up]]. | + | N/A |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | UIGestureRecognizer<!-- MonoTouch.UIKit.UIGestureRecognizer --> | | + | |
- | <!-- ThinkGeo.MapSuite.iOSEdition.MapView --> | + | Event Arguments:UIGestureRecognizer |
- | [[#Public Events|Go Back]] | + | |
- | __NOTOC__ | ||
- | [[Category:iOSEdition]] | ||
- | [[Category:ThinkGeo.MapSuite.iOSEdition]] | ||
- | [[Category:UpdateDocumentation]] | ||