Click or drag to resize

CrossF Constructor

Creates an initially horizontal/vertical oriented cross.

Namespace: Altaxo.Graph.Gdi
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public CrossF(
	PointF center,
	float horzLength,
	float vertLength
)

Parameters

center  PointF
Center of the cross.
horzLength  Single
Length of a horizontal arm of the cross (distance between Left and Center, and also distance between Center and Right).
vertLength  Single
Length of a vertical arm of the cross (distance between Top and Center, and also distance between Center and Bottom)
See Also