PlotPointCollectionAdd(PlotPointPenStatus, FVector2) Method

Add a new item to the collection by member values.

Definition

Namespace: SvgPlotting
Assembly: SvgPlotting (in SvgPlotting.dll) Version: 25.2714.4126
C#
public PlotPointItem Add(
	PlotPointPenStatus penStatus,
	FVector2 point
)

Parameters

penStatus  PlotPointPenStatus
The status of the pen.
point  FVector2
Reference to the point to be recorded.

Return Value

PlotPointItem
Reference to the newly created and added plot point item.

See Also