Share via


IUITextSelectionHandleView Interface

Definition

This interface represents the Objective-C protocol UITextSelectionHandleView.

[Foundation.Protocol(Name="UITextSelectionHandleView", WrapperType=typeof(UIKit.UITextSelectionHandleViewWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="GetPreferredFrame", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(CoreGraphics.CGRect) }, ReturnType=typeof(CoreGraphics.CGRect), Selector="preferredFrameForRect:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.UnsafeUnretained, GetterSelector="direction", IsProperty=true, IsRequired=true, IsStatic=false, Name="Direction", PropertyType=typeof(UIKit.NSDirectionalRectEdge), Selector="direction", SetterSelector="setDirection:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="isVertical", IsProperty=true, IsRequired=true, IsStatic=false, Name="Vertical", PropertyType=typeof(System.Boolean), Selector="vertical")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.Strong, GetterSelector="customShape", IsProperty=true, IsRequired=true, IsStatic=false, Name="CustomShape", PropertyType=typeof(UIKit.UIBezierPath), Selector="customShape", SetterSelector="setCustomShape:")]
public interface IUITextSelectionHandleView : IDisposable, UIKit.IUICoordinateSpace
[<Foundation.Protocol(Name="UITextSelectionHandleView", WrapperType=typeof(UIKit.UITextSelectionHandleViewWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="GetPreferredFrame", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(CoreGraphics.CGRect) }, ReturnType=typeof(CoreGraphics.CGRect), Selector="preferredFrameForRect:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.UnsafeUnretained, GetterSelector="direction", IsProperty=true, IsRequired=true, IsStatic=false, Name="Direction", PropertyType=typeof(UIKit.NSDirectionalRectEdge), Selector="direction", SetterSelector="setDirection:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="isVertical", IsProperty=true, IsRequired=true, IsStatic=false, Name="Vertical", PropertyType=typeof(System.Boolean), Selector="vertical")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.Strong, GetterSelector="customShape", IsProperty=true, IsRequired=true, IsStatic=false, Name="CustomShape", PropertyType=typeof(UIKit.UIBezierPath), Selector="customShape", SetterSelector="setCustomShape:")>]
type IUITextSelectionHandleView = interface
    interface INativeObject
    interface IDisposable
    interface IUICoordinateSpace
Attributes
Implements

Remarks

A class that implements this interface (and subclasses NSObject) will be exported to Objective-C as implementing the Objective-C protocol this interface represents.

A class may also implement members from this interface to implement members from the protocol.

Properties

Name Description
Bounds

Gets the bounding rectangle of the object in its own coordinate space.

(Inherited from IUICoordinateSpace)
CustomShape
Direction
Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)
Vertical

Methods

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

Extension Methods

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

Applies to