See Also

Rectangle Class  | Rectangle Members

Language

Visual Basic

C#

Show All

x
The x coordinate of the starting location of the Rectangle.
y
The y coordinate of the starting location of the Rectangle.
width
The width of the Rectangle.
height
The height of the Rectangle.
See Also Languages ActiveReports.Chart Send feedback to Data Dynamics

Rectangle Constructor

Initializes a new instance of the Rectangle class with the parameters specified.

[Visual Basic]
Public Function New( _    ByVal x As Integer, _    ByVal y As Integer, _    ByVal width As Integer, _    ByVal height As Integer _ )
[C#]
public Rectangle(    int x,    int y,    int width,    int height );

Parameters

x
The x coordinate of the starting location of the Rectangle.
y
The y coordinate of the starting location of the Rectangle.
width
The width of the Rectangle.
height
The height of the Rectangle.

See Also

Rectangle Class  | Rectangle Members

 

 


Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.