LeadLine Constructor

Summary

Initializes a new instance of the LeadLine with explicit parameters.

Syntax

JavaScript Syntax
LeadLine = function(x1, y1, x2, y2)
TypeScript Syntax
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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Controls.Medical Assembly
Click or drag to resize