←Select platform

DrawCurve Method

Summary

Draws a curve into Android canvas.

Syntax

C#
VB
Java
public static void DrawCurve(  
   Canvas canvas, 
   Leadtools.LeadPointD[] points, 
   double tension 
) 
Public Shared Sub DrawCurve( _ 
   ByVal canvas As Canvas, _ 
   ByVal points() As Leadtools.LeadPointD, _ 
   ByVal tension As Double _ 
)  
public static void drawCurve(Canvas canvas, LeadPointD[] points, double tension) 

Parameters

canvas
The destination canvas.

points
The curve points.

tension
The tension value to use.

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