LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

Create Method (LeadRectHelper)






Specifies the X coordinates of the LeadRect.
Specifies the Y coordinates of the LeadRect.
Specifies the width of the LeadRect. Must be a value greater than or equal to 0.
Specifies the height of the LeadRect. Must be a value greater than or equal to 0.
Initializes a new LeadRect object with explicit parameters. .NET support WinRT support
Syntax
public static LeadRect Create( 
   int x,
   int y,
   int width,
   int height
)
'Declaration
 
Public Shared Function Create( _
   ByVal x As Integer, _
   ByVal y As Integer, _
   ByVal width As Integer, _
   ByVal height As Integer _
) As LeadRect
'Usage
 
Dim x As Integer
Dim y As Integer
Dim width As Integer
Dim height As Integer
Dim value As LeadRect
 
value = LeadRectHelper.Create(x, y, width, height)
public static LeadRect Create( 
   int x,
   int y,
   int width,
   int height
)
 function Leadtools.LeadRectHelper.Create( 
   x ,
   y ,
   width ,
   height 
)
public:
static LeadRect Create( 
   int x,
   int y,
   int width,
   int height
) 

Parameters

x
Specifies the X coordinates of the LeadRect.
y
Specifies the Y coordinates of the LeadRect.
width
Specifies the width of the LeadRect. Must be a value greater than or equal to 0.
height
Specifies the height of the LeadRect. Must be a value greater than or equal to 0.

Return Value

A LeadRect with X set to x, Y set to y, Width set to width and Height set to height.
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

LeadRectHelper Class
LeadRectHelper Members

 

 


Products | Support | Contact Us | Copyright Notices

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