UITextField.RightViewRect(CGRect) 方法

定义

此方法将返回 的位置 RightView

[Foundation.Export("rightViewRectForBounds:")]
public virtual CoreGraphics.CGRect RightViewRect (CoreGraphics.CGRect forBounds);
abstract member RightViewRect : CoreGraphics.CGRect -> CoreGraphics.CGRect
override this.RightViewRect : CoreGraphics.CGRect -> CoreGraphics.CGRect

参数

forBounds
CGRect

绑定矩形。

返回

属性

注解

请勿直接调用此方法。 提供它以允许通过子类化对 进行自定义 RightView

适用于