PolyLineMetafileCommandRemoveStraightPoints Method |
Loops repeatedly through the Points[] until all points laying on a
line defined by two predecessor points are removed. See
for details.
Namespace: RAYLASE.Marker.VectorGraphicElement.MetafileCommandAssembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.20.0
Syntaxpublic void RemoveStraightPoints(
double delta = 0.01
)
Parameters
- delta Double (Optional)
- The delta determines how close a point should be
to the line to consider it to be on the line; given in micrometers.
for details.
See Also