'Declaration
Overloads Sub PaintTextWithBackplaneAndScale( _ ByVal textStyle As NTextStyle, _ ByVal text As System.String, _ ByVal location As NPointF, _ ByVal recalcLayout As System.Boolean, _ ByVal scale As System.Single _ )
'Usage
Dim instance As INTextRenderer Dim textStyle As NTextStyle Dim text As System.String Dim location As NPointF Dim recalcLayout As System.Boolean Dim scale As System.Single instance.PaintTextWithBackplaneAndScale(textStyle, text, location, recalcLayout, scale)
void PaintTextWithBackplaneAndScale( NTextStyle textStyle, System.string text, NPointF location, System.bool recalcLayout, System.float scale )
Parameters
- textStyle
- text
- location
- recalcLayout
- scale