SolidStraightLineDashSegmentInitialize(PenX3D, VectorD3D, VectorD3D, LineD3D) 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(
PenX3D pen,
VectorD3D west,
VectorD3D north,
LineD3D line
)
Parameters
- pen PenX3D
- The pen that is used to draw the line.
- west VectorD3D
- The west vector.
- north VectorD3D
- The north vector.
- line LineD3D
- The global line to draw. This argument is needed to extract the line vector, which for a straight line is also the line vector for each individual dash segment.
See Also