GraphicBaseShiftPosition(Double, Double) Method |
Shifts the position of the graphic by the specified offsets.
Namespace: Altaxo.Graph.Gdi.ShapesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxprotected void ShiftPosition(
double dx,
double dy
)
Parameters
- dx Double
- The x offset.
- dy Double
- The y offset.
See Also