Click or drag to resize

VectorGraphicPathQuadraticCurveTo Method

Draws a quadratic Bezier curve from the last end point of the current path to a given curve end point.

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

Parameters

controlPoint  dvec3
The control point.
endPoint  dvec3
The end point of the curve.

Return Value

BaseMetafileCommand
The generated metafile command to draw a quadratic Bezier curve.
See Also