'Declaration Public Overloads Function GetContoursAsSmoothedPath( _
ByVal curveTensionThe amount that curve bends between reference points.As Single, _
ByVal smoothingEpsMaximum length of a smoothed line segment, in pixels.As Single _
) As Vintasoft.Imaging.Drawing.IGraphicsPath
public Vintasoft.Imaging.Drawing.IGraphicsPath GetContoursAsSmoothedPath(
float curveTension,
float smoothingEps
)
public: Vintasoft.Imaging.Drawing.IGraphicsPath* GetContoursAsSmoothedPath(
float curveTension,
float smoothingEps
)
public:
Vintasoft.Imaging.Drawing.IGraphicsPath^ GetContoursAsSmoothedPath(
float curveTension,
float smoothingEps
)
Parameters
- curveTension
- The amount that curve bends between reference points.
- smoothingEps
- Maximum length of a smoothed line segment, in pixels.
Return Value
The smoothed contours as graphics path.