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.VectorGraphicElementAssembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntaxpublic virtual BaseMetafileCommand QuadraticCurveTo(
dvec3 controlPoint,
dvec3 endPoint
)
Parameters
- controlPoint dvec3
- The control point.
- endPoint dvec3
- The end point of the curve.
Return Value
BaseMetafileCommandThe generated metafile command to draw a quadratic Bezier curve.
See Also