ActiveReports.Chart Request technical support
FitToRectangle(RectangleF) Method
See Also 


rectangle
A rectangle to fit.
Sets the bounding rectangle of the Backdrop.

Syntax

Visual Basic (Declaration) 
Overloads Public Sub FitToRectangle( _
   ByVal rectangle As RectangleF _
) 
Visual Basic (Usage)Copy Code
Dim instance As Backdrop
Dim rectangle As RectangleF
 
instance.FitToRectangle(rectangle)
C# 
public void FitToRectangle( 
   RectangleF rectangle
)

Parameters

rectangle
A rectangle to fit.

See Also