Share via


IUICoordinateSpace Interface

Definition

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

Name Description
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

Name Description
ConvertPointFromCoordinateSpace(CGPoint, IUICoordinateSpace)
ConvertPointToCoordinateSpace(CGPoint, IUICoordinateSpace)
ConvertRectFromCoordinateSpace(CGRect, IUICoordinateSpace)
ConvertRectToCoordinateSpace(CGRect, IUICoordinateSpace)

Extension Methods

Name Description
GetHandle(INativeObject)
GetNonNullHandle(INativeObject, String)

Applies to

See also