LEADTOOLS (Leadtools assembly)

LeadRectD Constructor(LeadPointD,LeadSizeD)

Show in webframe







The location of the rectangle.
The size of the rectangle.
Initializes a new instance of LeadRectD with a location and size.
Syntax
public LeadRectD( 
   LeadPointD location,
   LeadSizeD size
)
'Declaration
 
Public Function New( _
   ByVal location As LeadPointD, _
   ByVal size As LeadSizeD _
)
'Usage
 
Dim location As LeadPointD
Dim size As LeadSizeD
 
Dim instance As New LeadRectD(location, size)
public LeadRectD( 
   LeadPointD location,
   LeadSizeD size
)

            

            
function LeadRectD( 
   location ,
   size 
)
public:
LeadRectD( 
   LeadPointD location,
   LeadSizeD size
)

Parameters

location
The location of the rectangle.
size
The size of the rectangle.
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.