xamarinios
namespace UIKit
{
[Introduced(PlatformName.iOS, 8, 0, PlatformArchitecture.All, null)]
[Protocol(Name = "UICoordinateSpace", WrapperType = typeof(UICoordinateSpaceWrapper))]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "ConvertPointToCoordinateSpace", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(CGPoint), typeof(IUICoordinateSpace) }, ReturnType = typeof(CGPoint), Selector = "convertPoint:toCoordinateSpace:")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "ConvertPointFromCoordinateSpace", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(CGPoint), typeof(IUICoordinateSpace) }, ReturnType = typeof(CGPoint), Selector = "convertPoint:fromCoordinateSpace:")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "ConvertRectToCoordinateSpace", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(CGRect), typeof(IUICoordinateSpace) }, ReturnType = typeof(CGRect), Selector = "convertRect:toCoordinateSpace:")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "ConvertRectFromCoordinateSpace", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(CGRect), typeof(IUICoordinateSpace) }, ReturnType = typeof(CGRect), Selector = "convertRect:fromCoordinateSpace:")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "bounds", IsProperty = true, IsRequired = true, IsStatic = false, Name = "Bounds", PropertyType = typeof(CGRect), Selector = "bounds")]
public interface IUICoordinateSpace : INativeObject, IDisposable
}
nuget.org | 0.0 %
Reference this API |
---|---|
.NET | 6.07.08.09.0 |
Information specific to xamarinios | |
Assembly | Xamarin.iOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |