NextMarker
NextMarker(out int, out int)
递增GraphicsPathIterator
到 path 中的下一个标记,并通过 [out] 参数返回开始和停止索引。
public int NextMarker(out int startIndex, out int endIndex)
范围 | 类型 | 描述 |
---|---|---|
startIndex | Int32& | [out] 提供给此参数的整数引用接收 开始子路径的点的索引。 |
endIndex | Int32& | [out] 提供给此参数的整数引用接收 结束 startIndex 指向的子路径的点的索引。 |
返回值
此标记与下一个标记之间的点数。
也可以看看
NextMarker(GraphicsPath)
这个GraphicsPathIterator
对象有一个GraphicsPath
与之关联的对象。 此方法递增关联的GraphicsPath
到其 path 中的下一个标记,并将当前标记和下一个标记(或路径结尾) 之间包含的所有点复制到第二个GraphicsPath
传入参数的对象.
public int NextMarker(GraphicsPath path)
范围 | 类型 | 描述 |
---|---|---|
path | GraphicsPath | 这GraphicsPath 点将被复制到的对象。 |
返回值
此标记与下一个标记之间的点数。
也可以看看
- class GraphicsPath
- class GraphicsPathIterator
- 命名空间 System.Drawing.Drawing2D
- 部件 Aspose.Drawing