Click or drag to resize

ILineCapWithMinimumAbsoluteAndRelativeSize Method

Gets a new instance of the line cap with the designated minimum absolute and relative sizes. Note that not all line cap types support one or both values; in this case, those values are ignored.

Namespace: Altaxo.Drawing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
ILineCap WithMinimumAbsoluteAndRelativeSize(
	double minimumAbsoluteSizePt,
	double minimumRelativeSize
)

Parameters

minimumAbsoluteSizePt  Double
The minimum absolute size pt.
minimumRelativeSize  Double
Minimum size of the relative.

Return Value

ILineCap
A new instance of the line cap with the designated minimum absolute and relative sizes.
See Also