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.ShapesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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