Click or drag to resize

ICrossSectionOfLineWithSize2 Method

Returns a copy of the cross section with the specified second size.

Namespace: Altaxo.Drawing.D3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
ICrossSectionOfLine WithSize2(
	double size2
)

Parameters

size2  Double
The second size parameter.

Return Value

ICrossSectionOfLine
A cross section with the specified second size.
See Also