'Declaration
Protected Overridable Function GetWorldTextPaintInfo( _ ByVal text As System.String, _ ByVal textBounds As NRectangleF, _ ByVal allowDownwardOrientation As System.Boolean, _ ByRef info As NTextPaintInfo _ ) As System.Boolean
'Usage
Dim instance As NBoxPrimitive Dim text As System.String Dim textBounds As NRectangleF Dim allowDownwardOrientation As System.Boolean Dim info As NTextPaintInfo Dim value As System.Boolean value = instance.GetWorldTextPaintInfo(text, textBounds, allowDownwardOrientation, info)
protected virtual System.bool GetWorldTextPaintInfo( System.string text, NRectangleF textBounds, System.bool allowDownwardOrientation, out NTextPaintInfo info )
Parameters
- text
- textBounds
- allowDownwardOrientation
- info