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

Applies to

See also