Error processing SSI file
(Leadtools.Annotations.Rendering)

Show in webframe

DrawClosedCurve Method







The destination canvas.
The curve points.
The tension value to use.
An AnnFillRule value that determines how the curve interior is filled in.
The Paint object used to draw the curve.
Draws a closed curve into Android canvas.
Syntax
public static void DrawClosedCurve( 
   Canvas canvas,
   LeadPointD[] points,
   double tension,
   AnnFillRule fillRule,
   Paint paint
)
'Declaration
 
Public Shared Sub DrawClosedCurve( _
   ByVal canvas As Canvas, _
   ByVal points() As LeadPointD, _
   ByVal tension As Double, _
   ByVal fillRule As AnnFillRule, _
   ByVal paint As Paint _
) 
'Usage
 
Dim canvas As Canvas
Dim points() As LeadPointD
Dim tension As Double
Dim fillRule As AnnFillRule
Dim paint As Paint
 
AnnAndroidRenderingEngine.DrawClosedCurve(canvas, points, tension, fillRule, paint)
public static void DrawClosedCurve( 
   Canvas canvas,
   LeadPointD[] points,
   double tension,
   AnnFillRule fillRule,
   Paint paint
)
public static void drawClosedCurve(Canvas canvas, LeadPointD[] points, double tension, AnnFillRule fillRule, Paint paint)
 function Leadtools.Annotations.Rendering.AnnAndroidRenderingEngine_java.DrawClosedCurve( 
   canvas ,
   points ,
   tension ,
   fillRule ,
   paint 
)

Parameters

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.
Requirements

Target Platforms

See Also

Reference

AnnAndroidRenderingEngine Class
AnnAndroidRenderingEngine Members

Error processing SSI file
Leadtools.Annotations.Rendering requires a Document or Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features