SvgPlottingUtilApplyScale Method

Apply the scale to the collection of points.

Definition

Namespace: SvgPlotting
Assembly: SvgPlotting (in SvgPlotting.dll) Version: 25.2714.4126
C#
public static void ApplyScale(
	PlotPointCollection points,
	float scaleX,
	float scaleY
)

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.

Remarks

In this version, it is assumed that all points are already converted to absolute values.

See Also