C#
VB
Java
Objective-C
WinRT C#
C++
Measures the specified string when drawn with the specified font.
Public MustOverride Function MeasureString( _
ByVal text As String, _
ByVal font As Leadtools.Annotations.Core.AnnFont _
) As Leadtools.LeadSizeD
public abstract Leadtools.LeadSizeD MeasureString(
string text,
Leadtools.Annotations.Core.AnnFont font
)
function Leadtools.Annotations.Core.AnnRenderingEngine.MeasureString(
text ,
font
)
text
String to measure.
font
Font that defines the text format of the string.
The size of the string in container coordinates.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET