G2DPlotStyleCollectionExchangeItemPositions Method |
Exchanges the positions of two styles.
Namespace: Altaxo.Graph.Gdi.Plot.StylesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic void ExchangeItemPositions(
int pos1,
int pos2
)
Parameters
- pos1 Int32
- The first position.
- pos2 Int32
- The second position.
See Also