Click or drag to resize

IFillingManagerGetFlattenedPaths Method

Generates a list of all filling paths combined.

Namespace: RAYLASE.Marker.VectorGraphicElement
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
IList<VectorGraphicPath> GetFlattenedPaths(
	int sequenceIndex
)

Parameters

sequenceIndex  Int32

[Missing <param name="sequenceIndex"/> documentation for "M:RAYLASE.Marker.VectorGraphicElement.IFillingManager.GetFlattenedPaths(System.Int32)"]

Return Value

IListVectorGraphicPath
The list of all filling paths combined.
See Also