←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#
VB
C++
Java
public LeadRect( 
   int left, 
   int top, 
   int width, 
   int height 
) 
Public Function New( _ 
   ByVal left As Integer, _ 
   ByVal top As Integer, _ 
   ByVal width As Integer, _ 
   ByVal height As Integer _ 
) 
public LeadRect(int x, int y, int width, int height) 
public: 
LeadRect(  
   int left, 
   int top, 
   int width, 
   int height 
) 

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 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.