←Select platform

MeasureString Method (AnnAndroidRenderingEngine_java)

Summary

Measures the specified string when drawn using the specified font.

Syntax

C#
VB
Java
Public Function MeasureString( _ 
   ByVal text As String, _ 
   ByVal font As Leadtools.Annotations.Core.AnnFont _ 
) As Leadtools.LeadSizeD 
public LeadSizeD measureString(string text, AnnFont font) 

Parameters

text
The string to measure.

font
The font that defines the text format of the string.

Return Value

The size of the string in container coordinates.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Rendering.WinForms Assembly