PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / RenderRoundRectangleFragment Class / FindVertSplitPosContent Method
SplitParams object defining the parameters of splitting.

In This Topic
    FindVertSplitPosContent Method (RenderRoundRectangleFragment)
    In This Topic
    Checks can object's content be split on specified position by vertically.
    Syntax
    'Declaration
     
    Protected Overridable Function FindVertSplitPosContent( _
       ByVal p As SplitParams _
    ) As Boolean
    protected virtual bool FindVertSplitPosContent( 
       SplitParams p
    )

    Parameters

    p
    SplitParams object defining the parameters of splitting.

    Return Value

    Returns true if object can be split on specified position (p.ContentRealSplitPos).
    See Also