PlotPointCollection   Conversion (ListFVector2 to PlotPointCollection)

Cast the List<FVector2> instance to a PlotPointCollection.

Definition

Namespace: SvgPlotting
Assembly: SvgPlotting (in SvgPlotting.dll) Version: 25.2714.4126
C#
public static implicit operator PlotPointCollection (
	List<FVector2> points
)

Parameters

points  ListFVector2
Reference to the list of general points to convert.

Return Value

PlotPointCollection
Reference to the newly constructed plot point collection.

See Also