'Declaration Public Function New( _ ByVal bounds As Rectangle, _ ByVal stopPainting As Boolean _ )
'Usage Dim bounds As Rectangle Dim stopPainting As Boolean Dim instance As New PrePaintTextResult(bounds, stopPainting)
public PrePaintTextResult( Rectangle bounds, bool stopPainting )
Parameters
- bounds
- The rectangle boundary.
- stopPainting
- if set to
true
the cell painting should not be performed.