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