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

内部を描画する行。
行座標による左座標。
行座標による上座標。
描画する C1PaintLayer
描画する Windows.UI.Xaml.UIElement
C1Line 内の Windows.UI.Xaml.UIElement を描画します。
構文
'宣言
 
Public Sub PaintInline( _
   ByVal line As C1Line, _
   ByVal left As System.Double, _
   ByVal top As System.Double, _
   ByVal layer As C1PaintLayer, _
   ByVal element As Windows.UI.Xaml.FrameworkElement _
) 
public void PaintInline( 
   C1Line line,
   System.double left,
   System.double top,
   C1PaintLayer layer,
   Windows.UI.Xaml.FrameworkElement element
)

パラメータ

line
内部を描画する行。
left
行座標による左座標。
top
行座標による上座標。
layer
描画する C1PaintLayer
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