←Select platform

LeadRect Constructor(int,int,int,int)

Summary
Initializes a new instance of the LeadRect structure with the specified location and size
Syntax
C#
C++/CLI
Java
Python
public LeadRect( 
   int left, 
   int top, 
   int width, 
   int height 
) 
public LeadRect( 
   int left, 
   int top, 
   int width, 
   int height 
); 
public: 
LeadRect(  
   int left, 
   int top, 
   int width, 
   int height 
) 
__init__(self,left,top,width,height) # Overloaded constructor 

Parameters

left
The x-coordinate of the upper-left corner of the LeadRect.

top
The y-coordinate of the upper-left corner of the LeadRect.

width
The width of the LeadRect.

height
The height of the LeadRect.

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.