VectorGraphicPathLineTo Method |
Draws a line from the last end point of the current path to a given line end point position.
Namespace: RAYLASE.Marker.VectorGraphicElementAssembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntaxpublic virtual BaseMetafileCommand LineTo(
dvec3 endPoint
)
Parameters
- endPoint dvec3
- The end point of the line.
Return Value
BaseMetafileCommandThe generated metafile command to draw a line.
See Also