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.
bounds
Specifies the boundaries of the Rectangle.
See Also Languages ActiveReports.Chart Send feedback to Data Dynamics

Rectangle Constructor(Line,Backdrop,RectangleF)

Initializes a new instance of the Rectangle class.

[Visual Basic]
Public Function New( _    ByVal lineStyle As Line, _    ByVal fillStyle As Backdrop, _    ByVal bounds As RectangleF _ )
[C#]
public Rectangle(    Line lineStyle,    Backdrop fillStyle,    RectangleF bounds );

Parameters

lineStyle
Specifies the line information used for the Rectangle.
fillStyle
Specifies the backdrop information used for the Rectangle.
bounds
Specifies the boundaries of the Rectangle.

See Also

Rectangle Class  | Rectangle Members  | Overload List

 

 


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