Click or drag to resize

VectorGraphicPathLineTo Method

Draws a line from the last end point of the current path to a given line end point position.

Namespace: RAYLASE.Marker.VectorGraphicElement
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
public virtual BaseMetafileCommand LineTo(
	dvec3 endPoint
)

Parameters

endPoint  dvec3
The end point of the line.

Return Value

BaseMetafileCommand
The generated metafile command to draw a line.
See Also