UITextField.GetFirstRectForRange(UITextRange) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
會傳回矩形,如果範圍指定多行文字) ,則會在 (中 range
括住第一行文字。
[Foundation.Export("firstRectForRange:")]
public virtual CoreGraphics.CGRect GetFirstRectForRange (UIKit.UITextRange range);
abstract member GetFirstRectForRange : UIKit.UITextRange -> CoreGraphics.CGRect
override this.GetFirstRectForRange : UIKit.UITextRange -> CoreGraphics.CGRect
參數
- range
- UITextRange
控制項中的文字範圍。
傳回
實作
- 屬性