ComponentOne RichTextBox for UWP
OfflinePaint Method

C1.Xaml.RichTextBox Namespace > C1RichTextViewManager Class : OfflinePaint Method
The size of each presenter used for painting.
Paint rich text outside the visual tree.
Syntax
'Declaration
 
<System.Runtime.CompilerServices.IteratorStateMachineAttribute(C1.Xaml.RichTextBox.C1RichTextViewManager/d__76)> 
Public Function OfflinePaint( _ 
   ByVal presenterSize As Windows.Foundation.Size _ 
) As System.Collections.Generic.IEnumerable(Of UIElement)
[System.Runtime.CompilerServices.IteratorStateMachine(C1.Xaml.RichTextBox.C1RichTextViewManager/d__76)] 
public System.Collections.Generic.IEnumerable<UIElement> OfflinePaint( 
   Windows.Foundation.Size presenterSize 
)

Parameters

presenterSize
The size of each presenter used for painting.

Return Value

An enumeration of Windows.UI.Xaml.UIElement containing the painted rich text.
See Also

Reference

C1RichTextViewManager Class
C1RichTextViewManager Members