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 > AnnD2DTextObjectRenderer Class : GetTextSize Method |
'Declaration
Public Function GetTextSize( _ ByVal text As String, _ ByVal annFont As AnnFont, _ ByVal layoutArea As LeadSizeD, _ ByVal wordWrap As Boolean _ ) As LeadSizeD
'Usage
Dim instance As AnnD2DTextObjectRenderer Dim text As String Dim annFont As AnnFont Dim layoutArea As LeadSizeD Dim wordWrap As Boolean Dim value As LeadSizeD value = instance.GetTextSize(text, annFont, layoutArea, wordWrap)
function Leadtools.Annotations.Rendering.AnnD2DTextObjectRenderer.GetTextSize( text , annFont , layoutArea , wordWrap )