←Select platform

Create Method

Summary
Creates a new instance of LeadRectD with the specified x-coordinate, y-coordinate, width, and height.
Syntax
C#
Objective-C
C++/CLI
Java
Python
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 
); 
public: 
static LeadRectD Create(  
   double x, 
   double y, 
   double width, 
   double height 
)  
def Create(self,x,y,width,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

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

Leadtools Assembly

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