'DeclarationPublic Overloads Overrides NotOverridable Function CalculateRect( _ ByVal childDrawingObj As DrawingObject, _ ByVal rect As Rectangle _ ) As Rectangle
'UsageDim instance As GraphicFrame Dim childDrawingObj As DrawingObject Dim rect As Rectangle Dim value As Rectangle value = instance.CalculateRect(childDrawingObj, rect)
public override Rectangle CalculateRect( DrawingObject childDrawingObj, Rectangle rect )
Parameters
- childDrawingObj
- rect