LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

LeadRect Constructor(Int32,Int32,Int32,Int32)






The x-coordinate of the upper-left corner of the LeadRect.
The y-coordinate of the upper-left corner of the LeadRect.
The width of the LeadRect.
The height of the LeadRect.
Initializes a new instance of the LeadRect structure with the specified location and size .NET support Silverlight support
Syntax
public LeadRect( 
   int left,
   int top,
   int width,
   int height
)
'Declaration
 
Public Function New( _
   ByVal left As Integer, _
   ByVal top As Integer, _
   ByVal width As Integer, _
   ByVal height As Integer _
)
'Usage
 
Dim left As Integer
Dim top As Integer
Dim width As Integer
Dim height As Integer
 
Dim instance As New LeadRect(left, top, width, height)
public LeadRect( 
   int left,
   int top,
   int width,
   int height
)
function LeadRect( 
   left ,
   top ,
   width ,
   height 
)
public:
LeadRect( 
   int left,
   int top,
   int width,
   int height
)

Parameters

left
The x-coordinate of the upper-left corner of the LeadRect.
top
The y-coordinate of the upper-left corner of the LeadRect.
width
The width of the LeadRect.
height
The height of the LeadRect.
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.