Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderTextFragmentBase Class / GetChildrenDrawBounds Method

In This Topic
    GetChildrenDrawBounds Method (RenderTextFragmentBase)
    In This Topic
    For internal use.
    Syntax
    'Declaration
     
    Protected Overridable Function GetChildrenDrawBounds( _
       ByVal rfc As RenderFragment, _
       ByVal graphics As Graphics, _
       ByVal dp As DrawParams _
    ) As Rectangle
    protected virtual Rectangle GetChildrenDrawBounds( 
       RenderFragment rfc,
       Graphics graphics,
       DrawParams dp
    )

    Parameters

    rfc
    graphics
    dp
    See Also