Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / GraphicFrame Class / CalculateRect Method / CalculateRect(WindowsGraphics,DrawingObject,Rectangle,Boolean,Boolean) Method


In This Topic
    CalculateRect(WindowsGraphics,DrawingObject,Rectangle,Boolean,Boolean) Method
    In This Topic
    Calculates the client rectangle of a child shape inside the specified rectangle.
    Syntax
    'Declaration
     
    
    Public Overloads Function CalculateRect( _
       ByVal graphics As WindowsGraphics, _
       ByVal childDrawingObj As DrawingObject, _
       ByVal rect As Rectangle, _
       ByVal skipFlip As Boolean, _
       Optional ByVal skipRotate As Boolean _
    ) As Rectangle
    'Usage
     
    
    Dim instance As GraphicFrame
    Dim graphics As WindowsGraphics
    Dim childDrawingObj As DrawingObject
    Dim rect As Rectangle
    Dim skipFlip As Boolean
    Dim skipRotate As Boolean
    Dim value As Rectangle
     
    value = instance.CalculateRect(graphics, childDrawingObj, rect, skipFlip, skipRotate)

    Parameters

    graphics
    childDrawingObj
    rect
    skipFlip
    skipRotate
    See Also