'Declaration
Public Overloads Function MeasureText( _ ByVal text As System.String, _ ByVal textStyle As NTextStyle, _ ByVal bounds As NRectangleF _ ) As NSizeF
'Usage
Dim instance As NGraphics Dim text As System.String Dim textStyle As NTextStyle Dim bounds As NRectangleF Dim value As NSizeF value = instance.MeasureText(text, textStyle, bounds)
public NSizeF MeasureText( System.string text, NTextStyle textStyle, NRectangleF bounds )
Parameters
- text
- textStyle
- bounds