'Declaration Public Overloads Function GetContoursAsSmoothedPath( _
ByVal curveTensionВеличина изгиба кривой между опорными точками.As Single, _
ByVal smoothingEpsМаксимальная длина сглаженного отрезка линии в пикселях.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
- Величина изгиба кривой между опорными точками.
- smoothingEps
- Максимальная длина сглаженного отрезка линии в пикселях.
Return Value
Сглаженные контуры как графический путь.