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.Gdi.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
)
Parameters
- o IGraphicBase
- The graphics object whose position is scaled.
- xscale Double
- The xscale ratio.
- yscale Double
- The yscale ratio.
See Also