Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.FormControls Namespace / ScrollableControl Class / CalculateRect Method


In This Topic
CalculateRect Method (ScrollableControl)
In This Topic
Syntax
'Declaration
 
Public Overrides Function CalculateRect( _
   ByVal childDrawingObj As DrawingObject, _
   ByVal rect As Rectangle _
) As Rectangle
 
'Usage
 
Dim instance As ScrollableControl
Dim childDrawingObj As DrawingObject
Dim rect As Rectangle
Dim value As Rectangle
 
value = instance.CalculateRect(childDrawingObj, rect)

Parameters

childDrawingObj
rect
See Also