IFillingManagerGetFlattenedPaths Method |
Generates a list of all filling paths combined.
Namespace: RAYLASE.Marker.VectorGraphicElementAssembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
SyntaxIList<VectorGraphicPath> GetFlattenedPaths(
int sequenceIndex
)
Parameters
- sequenceIndex Int32
[Missing <param name="sequenceIndex"/> documentation for "M:RAYLASE.Marker.VectorGraphicElement.IFillingManager.GetFlattenedPaths(System.Int32)"]
Return Value
IListVectorGraphicPathThe list of all filling paths combined.
See Also