RichTextBox for WinRT
Paint Method (C1PaintingContext)


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.
Paints a Windows.UI.Xaml.UIElement inside the appropriate C1RichTextPresenter.
Syntax
'Declaration
 
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 _
) 
'Usage
 
Dim instance As C1PaintingContext
Dim left As System.Double
Dim top As System.Double
Dim clip As System.Boolean
Dim element As Windows.UI.Xaml.FrameworkElement
 
instance.Paint(left, top, clip, element)
public void Paint( 
   System.double left,
   System.double top,
   System.bool clip,
   Windows.UI.Xaml.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.
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

See Also

Reference

C1PaintingContext Class
C1PaintingContext Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback