Recalculates the bounds of the current band object using all environment constraints and specified current state.
Namespace:
PerpetuumSoft.Reporting.DOMAssembly: PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1
Syntax
C# |
---|
protected override VectorRectangle ReCalculateBounds( VectorRectangle currentBounds ) |
Visual Basic (Declaration) |
---|
Protected Overrides Function ReCalculateBounds ( _ currentBounds As VectorRectangle _ ) As VectorRectangle |
Visual C++ |
---|
protected: virtual VectorRectangle ReCalculateBounds( VectorRectangle currentBounds ) override |
Parameters
- currentBounds
- Type: PerpetuumSoft.Framework.Drawing..::.VectorRectangle