The members of UIKit.UICoordinateSpace are listed below.
See Also: Inherited members from Foundation.NSObject
| Default constructor, initializes a new instance of this class. | ||
| Constructor to call on derived classes to skip initialization and merely allocate the object. | ||
| A constructor used when creating managed representations of unmanaged objects; Called by the runtime. |
| [read-only] abstract | Bounds | CoreGraphics.CGRect. The rectangle describing the item’s location and size within the bounds of its own coordinate system.(read-only) |
abstract | ConvertPointFromCoordinateSpace(IUICoordinateSpace, CoreGraphics.CGPoint)Converts a point from coordinate space. | |
abstract | ConvertPointToCoordinateSpace(IUICoordinateSpace, CoreGraphics.CGPoint)Converts point to coordinate space. | |
abstract | ConvertRectFromCoordinateSpace(IUICoordinateSpace, CoreGraphics.CGRect)Converts a rectangle from coordinate space. | |
abstract | ConvertRectToCoordinateSpace(IUICoordinateSpace, CoreGraphics.CGRect)Converts a rectangle to coordinate space. | |