UITextField.TextRect(CGRect) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
此方法返回用于绘制文本的计算矩形。
[Foundation.Export("textRectForBounds:")]
public virtual CoreGraphics.CGRect TextRect (CoreGraphics.CGRect forBounds);
abstract member TextRect : CoreGraphics.CGRect -> CoreGraphics.CGRect
override this.TextRect : CoreGraphics.CGRect -> CoreGraphics.CGRect
参数
- forBounds
- CGRect
绑定矩形。
返回
- 属性
注解
请勿直接调用此方法。 它的存在是通过子类来提供自定义的 UITextField。