←Select platform

DrawClosedCurve Method

Summary

Draws a closed curve into Android canvas.

Syntax

C#
VB
Java
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) 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Rendering.WinForms Assembly