UITextField.RightViewRect(CGRect) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
此方法将返回 的位置 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 。