SolidPolylineDashSegmentInitialize(ICrossSectionOfLine, Double, Double, PenLineJoin, Double, ILineCap, ILineCap) Method |
Initialization that is needed only once per straigth line (not once per dash).
Namespace: Altaxo.Drawing.D3DAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public void Initialize(
ICrossSectionOfLine crossSection,
double thickness1,
double thickness2,
PenLineJoin lineJoin,
double miterLimit,
ILineCap? startCap,
ILineCap? endCap
)
Parameters
- crossSection ICrossSectionOfLine
- The cross section of the pen that is used to draw the line.
- thickness1 Double
- Thickness1 of the pen.
- thickness2 Double
- Thickness2 of the pen.
- lineJoin PenLineJoin
- The LineJoin property of the pen.
- miterLimit Double
- The MiterLimit property of the pen.
- startCap ILineCap
- The start cap to be used for this polyline segment.
- endCap ILineCap
- The end cap to be used for this polyline segment.
See Also