InkStrokeContainer.SelectWithPolyLine(IIterable<Point>) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public:
virtual Rect SelectWithPolyLine(IIterable<Point> ^ polyline) = SelectWithPolyLine;
Rect SelectWithPolyLine(IIterable<Point> const& polyline);
public Rect SelectWithPolyLine(IEnumerable<Point> polyline);
function selectWithPolyLine(polyline)
Public Function SelectWithPolyLine (polyline As IEnumerable(Of Point)) As Rect
参数
- polyline
折线的点。
返回
所选墨迹笔划的边框。
实现
Windows.UI.Input.Inking.IInkStrokeContainer.SelectWithPolyLine(System.Collections.Generic.IEnumerable{Windows.Foundation.Point})