LEADTOOLS (Leadtools assembly)

LeadRectD Constructor(LeadPointD,LeadPointD)

Show in webframe







The first point that the new rectangle must contain.
The second point that the new rectangle must contain.
Initializes a new instance of LeadRectD that is exactly large enough to contain the two specified points.
Syntax
public LeadRectD( 
   LeadPointD point1,
   LeadPointD point2
)
'Declaration
 
Public Function New( _
   ByVal point1 As LeadPointD, _
   ByVal point2 As LeadPointD _
)
'Usage
 
Dim point1 As LeadPointD
Dim point2 As LeadPointD
 
Dim instance As New LeadRectD(point1, point2)
public LeadRectD( 
   LeadPointD point1,
   LeadPointD point2
)

            

            
function LeadRectD( 
   point1 ,
   point2 
)
public:
LeadRectD( 
   LeadPointD point1,
   LeadPointD point2
)

Parameters

point1
The first point that the new rectangle must contain.
point2
The second point that the new rectangle must contain.
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.