'Declaration
Public Overloads Sub PaintText( _ ByVal text As System.String, _ ByVal textStyle As NTextStyle, _ ByVal rect As NRectangleF _ )
'Usage
Dim instance As NGraphics Dim text As System.String Dim textStyle As NTextStyle Dim rect As NRectangleF instance.PaintText(text, textStyle, rect)
public void PaintText( System.string text, NTextStyle textStyle, NRectangleF rect )
Parameters
- text
- textStyle
- rect