Click or drag to resize

PolyLineMetafileCommandCreateQuadraticCurves Method

Loops through the polygon and creates a quadratic curve between each two points.

Namespace: RAYLASE.Marker.VectorGraphicElement.MetafileCommand
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.20.0
Syntax
C#
public override List<QuadraticCurveToMetafileCommand> CreateQuadraticCurves()

Return Value

ListQuadraticCurveToMetafileCommand
A list of quadratic curves building the same shape as the polygon.
Remarks
The control point will be positioned on the line between each two points; the polygon will not change its shape therefore.
See Also