'DeclarationOverloads Sub PaintTextWithBackplaneAndOffset( _ ByVal textStyle As NTextStyle, _ ByVal text As System.String, _ ByVal bounds As NRectangleF, _ ByVal recalcLayout As System.Boolean, _ ByVal hint As PaintStringHint _ )
'UsageDim instance As INTextRenderer Dim textStyle As NTextStyle Dim text As System.String Dim bounds As NRectangleF Dim recalcLayout As System.Boolean Dim hint As PaintStringHint instance.PaintTextWithBackplaneAndOffset(textStyle, text, bounds, recalcLayout, hint)
void PaintTextWithBackplaneAndOffset( NTextStyle textStyle, System.string text, NRectangleF bounds, System.bool recalcLayout, PaintStringHint hint )
Parameters
- textStyle
 - text
 - bounds
 - recalcLayout
 - hint