←Select platform

LeadRect Constructor(int,int,int,int)

Summary

Initializes a new instance of the LeadRect structure at a specific location using specified dimensions.

Syntax

C#
VB
C++
public LeadRect( 
   int x, 
   int y, 
   int width, 
   int height 
) 
  
Public Function New( _ 
   ByVal x As Integer, _ 
   ByVal y As Integer, _ 
   ByVal width As Integer, _ 
   ByVal height As Integer _ 
) 
public: 
LeadRect(  
   int x, 
   int y, 
   int width, 
   int height 
) 

Parameters

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

y
The y-coordinate of the upper-left corner of the rectangle.

width
The width of the rectangle in pixels.

height
The height of the rectangle in pixels.

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.Services.DataContracts Assembly