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 that case, those values are ignored.

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

Parameters

minimumAbsoluteSizePt  Double
The minimum absolute size in points.
minimumRelativeSize  Double
The minimum relative size.

Return Value

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