CoreTextLayoutBounds.TextBounds 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置文本范围的屏幕坐标中的边界框。
public:
property Rect TextBounds { Rect get(); void set(Rect value); };
Rect TextBounds();
void TextBounds(Rect value);
public Rect TextBounds { get; set; }
var rect = coreTextLayoutBounds.textBounds;
coreTextLayoutBounds.textBounds = rect;
Public Property TextBounds As Rect
属性值
一系列文本的屏幕坐标中的边界框。