InkStrokeBuilder.CreateStroke(IIterable<Point>) 方法

定义

Point 坐标数组创建笔划。

注意

InkPresenter 不支持 CreateStroke。 使用 CreateStrokeFromInkPointsSetDefaultDrawingAttributes 以编程方式为 InkPresenter 生成笔划。

public:
 virtual InkStroke ^ CreateStroke(IIterable<Point> ^ points) = CreateStroke;
InkStroke CreateStroke(IIterable<Point> const& points);
public InkStroke CreateStroke(IEnumerable<Point> points);
function createStroke(points)
Public Function CreateStroke (points As IEnumerable(Of Point)) As InkStroke

参数

points

IIterable<Point>

IEnumerable<Point>

坐标数组。

返回

新笔划。

适用于

另请参阅