SvgPlottingUtilApplyScale Method
Apply the scale to the collection of points.
Namespace: SvgPlottingAssembly: SvgPlotting (in SvgPlotting.dll) Version: 25.2714.4126
public static void ApplyScale(
PlotPointCollection points,
float scaleX,
float scaleY
)
Public Shared Sub ApplyScale (
points As PlotPointCollection,
scaleX As Single,
scaleY 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 scaled.
- scaleX Single
-
The X-axis scale to apply.
- scaleY Single
-
The Y-axis scale to apply.
In this version, it is assumed that all points are already converted to
absolute values.