LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

Create Method (LeadRectDHelper)






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

Parameters

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

Return Value

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

LeadRectDHelper Class
LeadRectDHelper Members

 

 


Products | Support | Contact Us | Copyright Notices

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