PolyLineMetafileCommandCreateCubicCurves Method |
Loops through the polygon and creates a cubic 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<CubicCurveToMetafileCommand> CreateCubicCurves()
Return Value
ListCubicCurveToMetafileCommandA list of cubic curves building the same shape as the
polygon.
Remarks
The control points will be positioned on the line
between each two points; the polygon will not change its shape
therefore.
See Also