Click or drag to resize

GraphicBaseScalePosition Method

Scales the position of an item according to the provided xscale and yscale. Can be called with null for the item (in this case nothing happens).

Namespace: Altaxo.Graph.Graph3D.Shapes
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static void ScalePosition(
	IGraphicBase o,
	double xscale,
	double yscale,
	double zscale
)

Parameters

o  IGraphicBase
The graphics object whose position is scaled.
xscale  Double
The xscale ratio.
yscale  Double
The yscale ratio.
zscale  Double
The zscale ratio.
See Also