IUICoordinateSpace Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A frame of reference on the screen.
[Foundation.Protocol(Name="UICoordinateSpace", WrapperType=typeof(UIKit.UICoordinateSpaceWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="ConvertPointToCoordinateSpace", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(CoreGraphics.CGPoint), typeof(UIKit.IUICoordinateSpace) }, ReturnType=typeof(CoreGraphics.CGPoint), Selector="convertPoint:toCoordinateSpace:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="ConvertPointFromCoordinateSpace", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(CoreGraphics.CGPoint), typeof(UIKit.IUICoordinateSpace) }, ReturnType=typeof(CoreGraphics.CGPoint), Selector="convertPoint:fromCoordinateSpace:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="ConvertRectToCoordinateSpace", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(CoreGraphics.CGRect), typeof(UIKit.IUICoordinateSpace) }, ReturnType=typeof(CoreGraphics.CGRect), Selector="convertRect:toCoordinateSpace:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="ConvertRectFromCoordinateSpace", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(CoreGraphics.CGRect), typeof(UIKit.IUICoordinateSpace) }, ReturnType=typeof(CoreGraphics.CGRect), Selector="convertRect:fromCoordinateSpace:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="bounds", IsProperty=true, IsRequired=true, IsStatic=false, Name="Bounds", PropertyType=typeof(CoreGraphics.CGRect), Selector="bounds")]
public interface IUICoordinateSpace : IDisposable, ObjCRuntime.INativeObject
[<Foundation.Protocol(Name="UICoordinateSpace", WrapperType=typeof(UIKit.UICoordinateSpaceWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="ConvertPointToCoordinateSpace", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(CoreGraphics.CGPoint), typeof(UIKit.IUICoordinateSpace) }, ReturnType=typeof(CoreGraphics.CGPoint), Selector="convertPoint:toCoordinateSpace:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="ConvertPointFromCoordinateSpace", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(CoreGraphics.CGPoint), typeof(UIKit.IUICoordinateSpace) }, ReturnType=typeof(CoreGraphics.CGPoint), Selector="convertPoint:fromCoordinateSpace:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="ConvertRectToCoordinateSpace", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(CoreGraphics.CGRect), typeof(UIKit.IUICoordinateSpace) }, ReturnType=typeof(CoreGraphics.CGRect), Selector="convertRect:toCoordinateSpace:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="ConvertRectFromCoordinateSpace", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(CoreGraphics.CGRect), typeof(UIKit.IUICoordinateSpace) }, ReturnType=typeof(CoreGraphics.CGRect), Selector="convertRect:fromCoordinateSpace:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="bounds", IsProperty=true, IsRequired=true, IsStatic=false, Name="Bounds", PropertyType=typeof(CoreGraphics.CGRect), Selector="bounds")>]
type IUICoordinateSpace = interface
interface INativeObject
interface IDisposable
- Derived
- Attributes
- Implements
Properties
| Bounds |
Gets the bounding rectangle of the object in its own coordinate space. |
| Handle |
Handle (pointer) to the unmanaged object representation. (Inherited from INativeObject) |
Methods
Extension Methods
| GetHandle(INativeObject) | |
| GetNonNullHandle(INativeObject, String) |