PolyLineMetafileCommandCreateQuadraticCurves Method |
Loops through the polygon and creates a quadratic curve between
each two points.
Namespace: RAYLASE.Marker.VectorGraphicElement.MetafileCommandAssembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.20.0
Syntaxpublic override List<QuadraticCurveToMetafileCommand> CreateQuadraticCurves()
Return Value
ListQuadraticCurveToMetafileCommandA 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