UITextField.TextRect(CGRect) 方法

定义

此方法返回用于绘制文本的计算矩形。

[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

适用于