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.DrawingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax ILineCap WithMinimumAbsoluteAndRelativeSize(
double minimumAbsoluteSizePt,
double minimumRelativeSize
)
Parameters
- minimumAbsoluteSizePt Double
- The minimum absolute size pt.
- minimumRelativeSize Double
- Minimum size of the relative.
Return Value
ILineCapA new instance of the line cap with the designated minimum absolute and relative sizes.
See Also