create Method

Summary

Initializes a new LeadPoint3D object with explicit parameters.

Syntax

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

Parameters

x

Specifies the X-coordinate of the LeadPoint3D.

y

Specifies the Y-coordinate of the LeadPoint3D.

z

Specifies the Y-coordinate of the LeadPoint3D.

Return Value

A LeadPoint3D set to x and y set to y and z set to z.

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