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
