C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / RenderRoundRectangleFragment Class / SplitVertContent Method
The created fragment describing part of object before contentSplitPos.
SplitParams object defining the paramters of splitting.

In This Topic
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 newFragment As RenderFragment, _
   ByVal p As SplitParams _
) 
 

Parameters

newFragment
The created fragment describing part of object before contentSplitPos.
p
SplitParams object defining the paramters of splitting.
See Also