PolyLineMetafileCommandSplitIntoParts Method |
Splits the polyline into parts at all points in the index list.
Namespace: RAYLASE.Marker.VectorGraphicElement.MetafileCommandAssembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.20.0
Syntaxpublic List<PolyLineMetafileCommand> SplitIntoParts(
List<int> indexList
)
Parameters
- indexList ListInt32
- List of point indices where the polyline will be split.
Return Value
ListPolyLineMetafileCommandThe list of resulting polylines.
See Also