Error processing SSI file
LEADTOOLS JavaScript (Leadtools)
Products
|
Support
|
Email
a link to this topic. |
Send comments
on this topic. | Back to
Introduction
| Help Version 19.0.4.3
Create Method (LeadPointD)
Show in webframe
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: JavaScript
JavaScript
Specifies the X-coordinate of the
LeadPointD
.
Specifies the Y-coordinate of the
LeadPointD
.
Initializes a new
LeadPointD
object with explicit parameters.
Syntax
JavaScript
function
Leadtools.LeadPointD.create(
x
,
y
)
Parameters
Parameter
Type
Description
x
double
Specifies the X-coordinate of the
LeadPointD
.
y
double
Specifies the Y-coordinate of the
LeadPointD
.
Return Value
Type
Description
LeadPointD
A
LeadPointD
object with
X
set to
x
and
Y
set to
y
.
See Also
Reference
LeadPointD Object
LeadPointD Members
Error processing SSI file