Translates the cross by the specified offset.
Namespace: Altaxo.Graph.GdiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic void Translate(
float dx,
float dy
)
Parameters
- dx Single
- The horizontal offset.
- dy Single
- The vertical offset.
See Also