C#
VB
WinRT C#
Measures the specified string when drawn with the specified font.
public override Leadtools.LeadSizeD MeasureString(
string text,
Leadtools.Annotations.Core.AnnFont font
)
Public Overrides Function MeasureString( _
ByVal text As String, _
ByVal font As Leadtools.Annotations.Core.AnnFont _
) As Leadtools.LeadSizeD
public override Leadtools.LeadSizeD MeasureString(
string text,
Leadtools.Annotations.Core.AnnFont font
)
function Leadtools.Annotations.Rendering.AnnD2DRenderingEngine.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