Share via


IUITextSelectionHighlightView Interface

Definition

This interface represents the Objective-C protocol UITextSelectionHighlightView.

[Foundation.Protocol(Name="UITextSelectionHighlightView", WrapperType=typeof(UIKit.UITextSelectionHighlightViewWrapper))]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.Strong, GetterSelector="selectionRects", IsProperty=true, IsRequired=true, IsStatic=false, Name="SelectionRects", PropertyType=typeof(UIKit.UITextSelectionRect[]), Selector="selectionRects", SetterSelector="setSelectionRects:")]
public interface IUITextSelectionHighlightView : IDisposable, UIKit.IUICoordinateSpace
[<Foundation.Protocol(Name="UITextSelectionHighlightView", WrapperType=typeof(UIKit.UITextSelectionHighlightViewWrapper))>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.Strong, GetterSelector="selectionRects", IsProperty=true, IsRequired=true, IsStatic=false, Name="SelectionRects", PropertyType=typeof(UIKit.UITextSelectionRect[]), Selector="selectionRects", SetterSelector="setSelectionRects:")>]
type IUITextSelectionHighlightView = 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)
Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)
SelectionRects

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)

Extension Methods

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

Applies to