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 化 提供自訂。