SvgPlottingUtilTransform Method
Perform any transformations needed on the provided point list.
Namespace: SvgPlottingAssembly: SvgPlotting (in SvgPlotting.dll) Version: 25.2714.4126
public static void Transform(
SvgImageItem svg,
PlotPointCollection points,
FVector2 anchor,
HtmlNodeItem node
)
Public Shared Sub Transform (
svg As SvgImageItem,
points As PlotPointCollection,
anchor As FVector2,
node As HtmlNodeItem
)
No code example is currently available or this language may not be supported.
Parameters
- svg SvgImageItem
-
Reference to the SVG image object currently in focus.
- points PlotPointCollection
-
Reference to the list of points to transform.
- anchor FVector2
-
Reference to the anchor reference of the point set.
- node HtmlNodeItem
-
Reference to the node which may contain transformations, either at
this level, or toward the base.