RichTextBox for UWP/WinRT
Paint メソッド (C1PaintingContext)

ドキュメント座標による左座標。
ドキュメント座標による上座標。
UIElement を C1RichTextPresenter 境界でクリップするかどうかを示す Boolean 値。
描画する Windows.UI.Xaml.UIElement
適切な C1RichTextPresenter 内の Windows.UI.Xaml.UIElement を描画します。
構文
'宣言
 
Public Sub Paint( _
   ByVal left As System.Double, _
   ByVal top As System.Double, _
   ByVal clip As System.Boolean, _
   ByVal element As Windows.UI.Xaml.FrameworkElement _
) 
public void Paint( 
   System.double left,
   System.double top,
   System.bool clip,
   Windows.UI.Xaml.FrameworkElement element
)

パラメータ

left
ドキュメント座標による左座標。
top
ドキュメント座標による上座標。
clip
UIElement を C1RichTextPresenter 境界でクリップするかどうかを示す Boolean 値。
element
描画する 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

参照

関連項目

C1PaintingContext クラス
C1PaintingContext メンバ

Send Feedback