Click or drag to resize

PolyLineMetafileCommandDoublePoints Method

Inserts an additional point between each two points of the polyline.

Namespace: RAYLASE.Marker.VectorGraphicElement.MetafileCommand
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.20.0
Syntax
C#
public PolyLineMetafileCommand DoublePoints()

Return Value

PolyLineMetafileCommand
The same polyline with inserted points.
See Also