PlotPointCollection Conversion (ListFVector2 to PlotPointCollection)
Cast the List<FVector2> instance to a PlotPointCollection.
Namespace: SvgPlottingAssembly: SvgPlotting (in SvgPlotting.dll) Version: 25.2714.4126
public static implicit operator PlotPointCollection (
List<FVector2> points
)
Public Shared Widening Operator CType (
points As List(Of FVector2)
) As PlotPointCollection
No code example is currently available or this language may not be supported.
- points ListFVector2
-
Reference to the list of general points to convert.
PlotPointCollection
Reference to the newly constructed plot point collection.