InkManager.SelectWithLine(Point, Point) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
注意
針對使用 Extensible Application Markup Language (XAML) 的通用 Windows 應用程式,我們建議使用 InkPresenter 和 InkCanvas 控制項,而不是 InkManager。
選取與新筆劃交集的所有筆劃。
注意
集合中所有其他筆劃的 [選取 ] 旗標會重設。
public:
virtual Rect SelectWithLine(Point from, Point to) = SelectWithLine;
Rect SelectWithLine(Point const& from, Point const& to);
public Rect SelectWithLine(Point from, Point to);
function selectWithLine(from, to)
Public Function SelectWithLine (from As Point, to As Point) As Rect
參數
- from
- Point
筆劃的開頭。
- to
- Point
筆劃的結尾。
傳回
所選取筆墨筆劃的周框。