LEADTOOLS JavaScript (Leadtools)
LEAD Technologies, Inc

FromLTRB Method

The x-coordinate of the upper-left corner of the LeadRectD.
The y-coordinate of the upper-left corner of the LeadRectD.
The x-coordinate of the lower-right corner of the LeadRectD.
The y-coordinate of the lower-right corner of the LeadRectD.
Creates a LeadRectD with the specified edge locations.
Syntax
 function Leadtools.LeadRectD.fromLTRB( 
   left ,
   top ,
   right ,
   bottom 
)

Parameters

ParameterTypeDescription
leftdoubleThe x-coordinate of the upper-left corner of the LeadRectD.
topdoubleThe y-coordinate of the upper-left corner of the LeadRectD.
rightdoubleThe x-coordinate of the lower-right corner of the LeadRectD.
bottomdoubleThe y-coordinate of the lower-right corner of the LeadRectD.

Return Value

TypeDescription
LeadRectD The resulting LeadRectD.
See Also

Reference

LeadRectD Object
LeadRectD Members

 

 


Products | Support | Contact Us | Copyright Notices

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