create Method

Summary

Initializes a new LeadPoint3D object with explicit parameters.

Syntax
TypeScript
JavaScript
create = function( 
   x, 
   y, 
   z 
) 
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 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.