LeadPoint3D Constructor

Summary

Initializes a new instance of the LeadPoint3D with explicit parameters.

Syntax

JavaScript Syntax
LeadPoint3D = function( 
   x, 
   y, 
   z 
) 
TypeScript Syntax
constructor( 
   x: number, 
   y: number, 
   z: number 
); 

Parameters

x

The x value.

y

The y value.

z

The z value.

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.Controls.Medical Assembly