ILineCapWithMinimumAbsoluteAndRelativeSize Method |
Returns a copy of the line cap with the specified minimum absolute and relative sizes.
Namespace: Altaxo.Drawing.D3DAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
SyntaxILineCap WithMinimumAbsoluteAndRelativeSize(
double absoluteSizePt,
double relativeSize
)
Parameters
- absoluteSizePt Double
- The minimum absolute size in points.
- relativeSize Double
- The minimum relative size.
Return Value
ILineCapA line cap with the specified size settings.
See Also