'Declaration
Public Function OfflinePaint( _ ByVal presenterSize As Size _ ) As IEnumerable(Of UIElement)
public IEnumerable<UIElement> OfflinePaint( Size presenterSize )
Parameters
- presenterSize
- The size of each presenter used for painting.
Return Value
An enumeration of System.Windows.UIElement containing the painted rich text.