共用方式為


CoreTextLayoutRequest.LayoutBounds 屬性

定義

取得文字範圍或文字輸入控制項周框方塊的螢幕座標。

public:
 property CoreTextLayoutBounds ^ LayoutBounds { CoreTextLayoutBounds ^ get(); };
CoreTextLayoutBounds LayoutBounds();
public CoreTextLayoutBounds LayoutBounds { get; }
var coreTextLayoutBounds = coreTextLayoutRequest.layoutBounds;
Public ReadOnly Property LayoutBounds As CoreTextLayoutBounds

屬性值

物件,表示文字輸入伺服器所要求的版面配置界限資訊。

備註

您的應用程式應該先填入這個物件的要求版面配置屬性,再從事件處理常式傳回。

使用 LayoutBoundsVisualPixels 方法來取得相對於應用程式檢視區的版面配置屬性。

適用於