Click or drag to resize

ILineCapGetAbsoluteBaseInset Method

Gets the absolute base inset using the thickness1 and thickness2 of the pen.

Namespace: Altaxo.Drawing.D3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
double GetAbsoluteBaseInset(
	double thickness1,
	double thickness2
)

Parameters

thickness1  Double
The thickness1.
thickness2  Double
The thickness2.

Return Value

Double
The base inset as abolute value. If this value is negative, the line is shortened by this value, and the cap is drawn from the end of the shortened line. If this value is zero, the cap is drawn starting at the line end. If this value is positive, the cap is also drawn from the end of the line. In this case the cap itself is reponsible for taking the offset into account.
See Also