PlotPointCollectionAdd(PlotPointPenStatus, FVector2) Method
Add a new item to the collection by member values.
Namespace: SvgPlottingAssembly: SvgPlotting (in SvgPlotting.dll) Version: 25.2714.4126
public PlotPointItem Add(
PlotPointPenStatus penStatus,
FVector2 point
)
Public Function Add (
penStatus As PlotPointPenStatus,
point As FVector2
) As PlotPointItem
No code example is currently available or this language may not be supported.
- penStatus PlotPointPenStatus
-
The status of the pen.
- point FVector2
-
Reference to the point to be recorded.
PlotPointItem
Reference to the newly created and added plot point item.