SvgPlottingUtilTransform Method

Perform any transformations needed on the provided point list.

Definition

Namespace: SvgPlotting
Assembly: SvgPlotting (in SvgPlotting.dll) Version: 25.2714.4126
C#
public static void Transform(
	SvgImageItem svg,
	PlotPointCollection points,
	FVector2 anchor,
	HtmlNodeItem node
)

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.

See Also