←Select platform

LeadRectD Constructor(double,double,double,double)

Summary
Initializes a new instance of LeadRectD with the specified x-coordinate, y-coordinate, width, and height.
Syntax
C#
VB
C++
Java
public LeadRectD( 
   double x, 
   double y, 
   double width, 
   double height 
) 
Public Function New( _ 
   ByVal x As Double, _ 
   ByVal y As Double, _ 
   ByVal width As Double, _ 
   ByVal height As Double _ 
) 
public LeadRectD(double x, double y, double width, double height) 
public: 
LeadRectD(  
   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.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.