LEADTOOLS (Leadtools assembly)

LeadRectD Constructor(Double,Double,Double,Double)

Show in webframe







The x-coordinate of the top-left corner of the rectangle.
The y-coordinate of the top-left corner of the rectangle.
The width value. Must be a value greater than or equal to 0.
The height value. Must be a value greater than or equal to 0.
Initializes a new instance of LeadRectD with the specified x-coordinate, y-coordinate, width, and height.
Syntax
public LeadRectD( 
   double x,
   double y,
   double width,
   double height
)
'Declaration
 
Public Function New( _
   ByVal x As Double, _
   ByVal y As Double, _
   ByVal width As Double, _
   ByVal height As Double _
)
'Usage
 
Dim x As Double
Dim y As Double
Dim width As Double
Dim height As Double
 
Dim instance As New LeadRectD(x, y, width, height)
public LeadRectD( 
   double x,
   double y,
   double width,
   double height
)

            

            
function LeadRectD( 
   x ,
   y ,
   width ,
   height 
)
public:
LeadRectD( 
   double x,
   double y,
   double width,
   double height
)

Parameters

x
The x-coordinate of the top-left corner of the rectangle.
y
The y-coordinate of the top-left corner of the rectangle.
width
The width value. Must be a value greater than or equal to 0.
height
The height value. Must be a value greater than or equal to 0.
Requirements

Target Platforms

See Also

Reference

LeadRectD Structure
LeadRectD Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

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