Share via


UITextInput_Extensions.BeginFloatingCursor(IUITextInput, CGPoint) 方法

定义

开始在指定的 point处显示浮动光标。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static void BeginFloatingCursor (this UIKit.IUITextInput This, CoreGraphics.CGPoint point);
static member BeginFloatingCursor : UIKit.IUITextInput * CoreGraphics.CGPoint -> unit

参数

This
IUITextInput

此方法操作的实例。

point
CGPoint
属性

适用于