RichTextBox for WinRT
OfflinePaint Method


The size of each presenter used for painting.
Paint rich text outside the visual tree.
Syntax
'Declaration
 
Public Function OfflinePaint( _
   ByVal presenterSize As Windows.Foundation.Size _
) As System.Collections.Generic.IEnumerable(Of UIElement)
'Usage
 
Dim instance As C1RichTextViewManager
Dim presenterSize As Windows.Foundation.Size
Dim value As System.Collections.Generic.IEnumerable(Of UIElement)
 
value = instance.OfflinePaint(presenterSize)
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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

C1RichTextViewManager Class
C1RichTextViewManager Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback