Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: string ToString(int, bool)

Declaration

public virtual string ToString(
    int decimalPlaces,
    bool useSpaces = false
)

Summary

Recreates the path in SVG path data syntax.

Parameters

intdecimalPlaces Specifies the number of decimal places to use for the floating-point numbers.
booluseSpaces If true, the x- and y-coordinates are separated by spaces; otherwise, commas (the default).