Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

Create Method (LeadRectD)








The x-coordinate of the top-left corner of the rectangle.
The y-coordinate of the top-left corner of the rectangle.
The width value. Must be a value greater than or equal to 0.
The height value. Must be a value greater than or equal to 0.
Creates a new instance of LeadRectD with the specified x-coordinate, y-coordinate, width, and height.
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 = LeadRectD.Create(x, y, width, height)
public static LeadRectD Create( 
   double x,
   double y,
   double width,
   double height
)
LeadRectD LeadRectDMake(double x, double y, double width, double height)
public static LeadRectD create(double x, double y, double width, double height)
 function Leadtools.LeadRectD.Create( 
   x ,
   y ,
   width ,
   height 
)
public:
static LeadRectD Create( 
   double x,
   double y,
   double width,
   double height
) 

Parameters

x
The x-coordinate of the top-left corner of the rectangle.
y
The y-coordinate of the top-left corner of the rectangle.
width
The width value. Must be a value greater than or equal to 0.
height
The height value. Must be a value greater than or equal to 0.
Remarks
The object this method creates.
Requirements

Target Platforms

See Also

Reference

LeadRectD Structure
LeadRectD Members

Error processing SSI file