LEADTOOLS JavaScript (Leadtools)
LEAD Technologies, Inc

Create Method (LeadRectD)

Specifies the X coordinates of the LeadRectD.
Specifies the Y coordinates of the LeadRectD.
Specifies the width of the LeadRectD. Must be a value greater than or equal to 0.
Specifies the height of the LeadRectD. Must be a value greater than or equal to 0.
Initializes a new LeadRectD object with explicit parameters.
Syntax
 function Leadtools.LeadRectD.create( 
   x ,
   y ,
   width ,
   height 
)

Parameters

ParameterTypeDescription
xdoubleSpecifies the X coordinates of the LeadRectD.
ydoubleSpecifies the Y coordinates of the LeadRectD.
widthdoubleSpecifies the width of the LeadRectD. Must be a value greater than or equal to 0.
heightdoubleSpecifies the height of the LeadRectD. Must be a value greater than or equal to 0.

Return Value

TypeDescription
LeadRectD A LeadRectD with X set to x, Y set to y, Width set to width and Height set to height.
See Also

Reference

LeadRectD Object
LeadRectD Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.