LEADTOOLS (Leadtools assembly)

LeadRect Constructor(LeadPoint,LeadSize)

Show in webframe







The coordinates of the upper-left corner of the rectangle.
The width and height of the rectangle.
Initializes a new instance of the LeadRect class with the specified location and size.
Syntax
public LeadRect( 
   LeadPoint location,
   LeadSize size
)
'Declaration
 
Public Function New( _
   ByVal location As LeadPoint, _
   ByVal size As LeadSize _
)
'Usage
 
Dim location As LeadPoint
Dim size As LeadSize
 
Dim instance As New LeadRect(location, size)
public LeadRect( 
   LeadPoint location,
   LeadSize size
)

            

            
function LeadRect( 
   location ,
   size 
)
public:
LeadRect( 
   LeadPoint location,
   LeadSize size
)

Parameters

location
The coordinates of the upper-left corner of the rectangle.
size
The width and height of the rectangle.
Requirements

Target Platforms

See Also

Reference

LeadRect Structure
LeadRect Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

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