CrossSectionOfLineVertices Method |
Gets the specified vertex.
Namespace: Altaxo.Drawing.D3D.CrossSectionsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic PointD2D Vertices(
int idx
)
Parameters
- idx Int32
- The vertex index.
Return Value
PointD2DThe vertex at the specified index.
See Also