LEADTOOLS (Leadtools assembly)

LeadRect Constructor(Int32,Int32,Int32,Int32)

Show in webframe







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
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
)

            
public LeadRect(int x, int y, 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

See Also

Reference

LeadRect Structure
LeadRect Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

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