SvgPlottingUtilApplyTranslation Method
Apply the translation to the collection of points.
Namespace: SvgPlottingAssembly: SvgPlotting (in SvgPlotting.dll) Version: 25.2714.4126
public static void ApplyTranslation(
PlotPointCollection points,
float translationX,
float translationY
)
Public Shared Sub ApplyTranslation (
points As PlotPointCollection,
translationX As Single,
translationY As Single
)
No code example is currently available or this language may not be supported.
Parameters
- points PlotPointCollection
-
Reference to a collection of points to be translated.
- translationX Single
-
The X-axis translation to apply.
- translationY Single
-
The Y-axis translation to apply.
In this version, it is assumed that all points are already converted to
absolute values.