←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
Java
C++
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly