Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / RichTextBoxWrapper Class / Render(Graphics,Rectangle) Method
Graphics device interface for painting the contents
Rectangle from which to render


In This Topic
Render(Graphics,Rectangle) Method
In This Topic
Performs painting of contents to graphics with the specified size.
Syntax
'Declaration
 
Public Sub Render( _
   ByVal g As Graphics, _
   ByVal r As Rectangle _
) 
 
'Usage
 
Dim instance As RichTextBoxWrapper
Dim g As Graphics
Dim r As Rectangle
 
instance.Render(g, r)

Parameters

g
Graphics device interface for painting the contents
r
Rectangle from which to render
See Also