MeasureParagraphHeight(String,Single) Method
In This Topic
Measures the height of the specified text if rendered using the current page settings with the specified width.
Syntax
'Declaration
Public Overloads Function MeasureParagraphHeight( _
ByVal As String, _
ByVal As Single _
) As SizeF
public SizeF MeasureParagraphHeight(
string ,
float
)
Parameters
- strText
- width
See Also