LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

LeadRect Constructor(LeadPoint,LeadSize)






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. .NET support Silverlight support
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

LeadRect Structure
LeadRect Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

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