Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
Leadtools.Annotations.Rendering Namespace > AnnJavaRenderingEngine Class : MeasureString Method |
'Declaration
Public Function MeasureString( _ ByVal text As String, _ ByVal font As AnnFont _ ) As LeadSizeD
'Usage
Dim instance As AnnJavaRenderingEngine Dim text As String Dim font As AnnFont Dim value As LeadSizeD value = instance.MeasureString(text, font)
public LeadSizeD measureString(string text, AnnFont font)