LeadLine Constructor

Summary

Initializes a new instance of the LeadLine with explicit parameters.

Syntax
TypeScript
JavaScript
LeadLine = function( 
   x1, 
   y1, 
   x2, 
   y2 
) 
constructor( 
   x1: number, 
   y1: number, 
   x2: number, 
   y2: number 
); 

Parameters

x1

The x value of the first point.

y1

The y value of the first point.

x2

The x value of the second point.

y2

The y value of the second point.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly