RichTextBox for WPF
PaintInline メソッド (C1PaintingContext)

C1.WPF.RichTextBox アセンブリ > C1.WPF.RichTextBox 名前空間 > C1PaintingContext クラス : PaintInline メソッド
内部を描画する行。
行座標による左座標。
行座標による上座標。
描画する C1PaintLayer
描画する System.Windows.UIElement
C1Line 内の System.Windows.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 System.Windows.FrameworkElement _
) 
public void PaintInline( 
   C1Line line,
   System.double left,
   System.double top,
   C1PaintLayer layer,
   System.Windows.FrameworkElement element
)

パラメータ

line
内部を描画する行。
left
行座標による左座標。
top
行座標による上座標。
layer
描画する C1PaintLayer
element
描画する System.Windows.UIElement
参照

C1PaintingContext クラス
C1PaintingContext メンバ