PathEntryCollectionConvertToAbsolute Method

Return a new collection whose path entries are absolute representations of the members of the supplied entries collection.

Definition

Namespace: SvgPlotting
Assembly: SvgPlotting (in SvgPlotting.dll) Version: 25.2714.4126
C#
public static PathEntryCollection ConvertToAbsolute(
	PathEntryCollection entries,
	FVector2 location
)

Parameters

entries  PathEntryCollection
Reference to the collection of entries to inspect.
location  FVector2
Reference to the absolute starting location to be used, if needed.

Return Value

PathEntryCollection
Reference to a new collection of entries consisting only of absolute coordinates and values.

See Also