create Method

Summary

Initializes a new LeadPointD object with explicit parameters.

Syntax

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

Parameters

x

Specifies the X-coordinate of the LeadPointD.

y

Specifies the Y-coordinate of the LeadPointD.

Return Value

A LeadPointD set to x and y set to y.

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 Assembly