SolidStraightLineDashSegmentInitialize(ICrossSectionOfLine, Double, Double, ILineCap, ILineCap, VectorD3D, VectorD3D, LineD3D) Method |
Initializes the reusable dash-segment state for a straight line.
Namespace: Altaxo.Drawing.D3DAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic void Initialize(
ICrossSectionOfLine crossSection,
double thickness1,
double thickness2,
ILineCap? startCap,
ILineCap? endCap,
VectorD3D westVector,
VectorD3D northVector,
LineD3D line
)
Parameters
- crossSection ICrossSectionOfLine
- The cross section of the line.
- thickness1 Double
- The first line thickness.
- thickness2 Double
- The second line thickness.
- startCap ILineCap
- The dash start cap.
- endCap ILineCap
- The dash end cap.
- westVector VectorD3D
- The west vector of the line coordinate system.
- northVector VectorD3D
- The north vector of the line coordinate system.
- line LineD3D
- The straight line to render.
See Also