C#
VB
Java
Draws a closed curve into Android canvas.
public static void DrawClosedCurve(
Canvas canvas,
Leadtools.LeadPointD[] points,
double tension,
Leadtools.Annotations.Core.AnnFillRule fillRule,
Paint paint
)
Public Shared Sub DrawClosedCurve( _
ByVal canvas As Canvas, _
ByVal points() As Leadtools.LeadPointD, _
ByVal tension As Double, _
ByVal fillRule As Leadtools.Annotations.Core.AnnFillRule, _
ByVal paint As Paint _
)
public static void drawClosedCurve(Canvas canvas, LeadPointD[] points, double tension, AnnFillRule fillRule, Paint paint)
canvas
The destination canvas.
points
The curve points.
tension
The tension value to use.
fillRule
An AnnFillRule value that determines how the curve interior is filled in.
paint
The Paint object used to draw the curve.
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