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