CoreTextLayoutRequest.LayoutBounds 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得文字範圍或文字輸入控制項周框方塊的螢幕座標。
public:
property CoreTextLayoutBounds ^ LayoutBounds { CoreTextLayoutBounds ^ get(); };
CoreTextLayoutBounds LayoutBounds();
public CoreTextLayoutBounds LayoutBounds { get; }
var coreTextLayoutBounds = coreTextLayoutRequest.layoutBounds;
Public ReadOnly Property LayoutBounds As CoreTextLayoutBounds
屬性值
物件,表示文字輸入伺服器所要求的版面配置界限資訊。
備註
您的應用程式應該先填入這個物件的要求版面配置屬性,再從事件處理常式傳回。
使用 LayoutBoundsVisualPixels 方法來取得相對於應用程式檢視區的版面配置屬性。