C#
VB
Java
Draws a curve into Android canvas.
public static void DrawCurve(
Canvas canvas,
Leadtools.LeadPointD[] points,
double tension
)
Public Shared Sub DrawCurve( _
ByVal canvas As Canvas, _
ByVal points() As Leadtools.LeadPointD, _
ByVal tension As Double _
)
canvas
The destination canvas.
points
The curve points.
tension
The tension value to use.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET