SplitVertContent Method (RenderRoundRectangleFragment)
In This Topic
Splits content of object by vertically, by default this procedure split object as image.
Syntax
'Declaration
Protected Overridable Sub SplitVertContent( _
ByVal As RenderFragment, _
ByVal As SplitParams _
)
protected virtual void SplitVertContent(
RenderFragment ,
SplitParams
)
Parameters
- newFragment
- The created fragment describing part of object before contentSplitPos.
- p
- SplitParams object defining the paramters of splitting.
See Also