LEADTOOLS (Leadtools assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
LeadRect Constructor(Int32,Int32,Int32,Int32)
See Also 
Leadtools Namespace > LeadRect Structure > LeadRect Constructor : LeadRect Constructor(Int32,Int32,Int32,Int32)



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.
Initializes a new instance of the LeadRect structure with the specified location and size Supported in Silverlight, Windows Phone 7

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal left As Integer, _
   ByVal top As Integer, _
   ByVal width As Integer, _
   ByVal height As Integer _
)
Visual Basic (Usage)Copy Code
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)
C# 
public LeadRect( 
   int left,
   int top,
   int width,
   int height
)
C++/CLI 
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: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only), Windows Phone 7

See Also