Click or drag to resize

VectorGraphicLayersWrapperGetFlattenedPaths Method

[Missing <summary> documentation for "M:RAYLASE.Marker.VectorGraphicElement.VectorGraphicLayersWrapper.GetFlattenedPaths(System.Nullable{System.Boolean})"]


Namespace: RAYLASE.Marker.VectorGraphicElement
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
public IList<VectorGraphicPathWrapper> GetFlattenedPaths(
	bool? isFilling
)

Parameters

isFilling  NullableBoolean

[Missing <param name="isFilling"/> documentation for "M:RAYLASE.Marker.VectorGraphicElement.VectorGraphicLayersWrapper.GetFlattenedPaths(System.Nullable{System.Boolean})"]

Return Value

IListVectorGraphicPathWrapper

[Missing <returns> documentation for "M:RAYLASE.Marker.VectorGraphicElement.VectorGraphicLayersWrapper.GetFlattenedPaths(System.Nullable{System.Boolean})"]

See Also