PathEntryCollectionConvertToAbsolute Method
Return a new collection whose path entries are absolute representations
of the members of the supplied entries collection.
Namespace: SvgPlottingAssembly: SvgPlotting (in SvgPlotting.dll) Version: 25.2714.4126
public static PathEntryCollection ConvertToAbsolute(
PathEntryCollection entries,
FVector2 location
)
Public Shared Function ConvertToAbsolute (
entries As PathEntryCollection,
location As FVector2
) As PathEntryCollection
No code example is currently available or this language may not be supported.
- entries PathEntryCollection
-
Reference to the collection of entries to inspect.
- location FVector2
-
Reference to the absolute starting location to be used, if needed.
PathEntryCollection
Reference to a new collection of entries consisting only of absolute
coordinates and values.