Click or drag to resize

CrossFTranslate Method

Translates the cross by the specified offset.

Namespace: Altaxo.Graph.Gdi
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void Translate(
	float dx,
	float dy
)

Parameters

dx  Single
The horizontal offset.
dy  Single
The vertical offset.
See Also