(Leadtools.Annotations.Rendering)

DrawClosedCurve Method

Show in webframe




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
)
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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.