ContourShapedLineCapBaseGetAbsoluteBaseInset Method |
Gets the absolute base inset using the thickness1 and thickness2 of the pen.
Namespace: Altaxo.Drawing.D3D.LineCapsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public abstract double GetAbsoluteBaseInset(
double thickness1,
double thickness2
)
Parameters
- thickness1 Double
- The thickness1.
- thickness2 Double
- The thickness2.
Return Value
DoubleThe 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.
Implements
ILineCapGetAbsoluteBaseInset(Double, Double)See Also