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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.