RichTextBox for UWP | ComponentOne
C1.Xaml.RichTextBox Namespace / C1PaintingContext Class / Paint Method
The left coordinate, in document coordinates.
The top coordinate, in document coordinates.
A Boolean indicating whether the UIElement should be clipped to the C1RichTextPresenter boundaries.
The Windows.UI.Xaml.UIElement to paint.

In This Topic
    Paint Method (C1PaintingContext)
    In This Topic
    Paints a Windows.UI.Xaml.UIElement inside the appropriate C1RichTextPresenter.
    Syntax
    'Declaration
     
    Public Sub Paint( _
       ByVal left As Double, _
       ByVal top As Double, _
       ByVal clip As Boolean, _
       ByVal element As FrameworkElement _
    ) 
    public void Paint( 
       double left,
       double top,
       bool clip,
       FrameworkElement element
    )

    Parameters

    left
    The left coordinate, in document coordinates.
    top
    The top coordinate, in document coordinates.
    clip
    A Boolean indicating whether the UIElement should be clipped to the C1RichTextPresenter boundaries.
    element
    The Windows.UI.Xaml.UIElement to paint.
    See Also