See Also

Rectangle Class  | Rectangle Members  | Overload List

Language

Visual Basic

C#

Show All

lineStyle
Specifies the line information used for the Rectangle.
fillStyle
Specifies the backdrop information used for the Rectangle.
x
Specifies the x axis coordinate for the Rectangle.
y
Specifies the y axis coordinate for the Rectangle.
width
Specifies the width of the Rectangle.
height
Specifies the height of the Rectangle.
See Also Languages ActiveReports.Chart Send feedback to Data Dynamics

Rectangle Constructor(Line,Backdrop,Single,Single,Single,Single)

Initializes a new instance of the Rectangle class.

[Visual Basic]
Public Function New( _    ByVal lineStyle As Line, _    ByVal fillStyle As Backdrop, _    ByVal x As Single, _    ByVal y As Single, _    ByVal width As Single, _    ByVal height As Single _ )
[C#]
public Rectangle(    Line lineStyle,    Backdrop fillStyle,    float x,    float y,    float width,    float height );

Parameters

lineStyle
Specifies the line information used for the Rectangle.
fillStyle
Specifies the backdrop information used for the Rectangle.
x
Specifies the x axis coordinate for the Rectangle.
y
Specifies the y axis coordinate for the Rectangle.
width
Specifies the width of the Rectangle.
height
Specifies the height of the Rectangle.

See Also

Rectangle Class  | Rectangle Members  | Overload List

 

 


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