RichTextBox for UWP/WinRT
OfflinePaint メソッド

描画に使用する各プレゼンタのサイズ。
ビジュアルツリーの外部にリッチテキストを描画します。
構文
'宣言
 
Public Function OfflinePaint( _
   ByVal presenterSize As Windows.Foundation.Size _
) As System.Collections.Generic.IEnumerable(Of UIElement)
public System.Collections.Generic.IEnumerable<UIElement> OfflinePaint( 
   Windows.Foundation.Size presenterSize
)

パラメータ

presenterSize
描画に使用する各プレゼンタのサイズ。

戻り値の型

描画されるリッチテキストを含む Windows.UI.Xaml.UIElement の列挙。
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

参照

関連項目

C1RichTextViewManager クラス
C1RichTextViewManager メンバ

Send Feedback