VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Text Namespace / TextRegionMonospaceFormatter Class / GetLinesFromSymbols(RectangleF,TextRegionSymbol[]) Method
Syntax Requirements SeeAlso
In This Topic
GetLinesFromSymbols(RectangleF,TextRegionSymbol[]) Method (TextRegionMonospaceFormatter)
In This Topic
Returns lines from symbols.
Syntax
'Declaration

Protected Overrides Function GetLinesFromSymbols( _
ByVal symbolsBBox
The symbols bounding box.
As System.Drawing.RectangleF, _
ByVal symbols
The symbols.
() As TextRegionSymbol _
) As TextRegionLine[]
protected override TextRegionLine[] GetLinesFromSymbols(
System.Drawing.RectangleF symbolsBBox,
TextRegionSymbol[] symbols
)

Parameters

symbolsBBox
The symbols bounding box.
symbols
The symbols.

Return Value

An array of TextRegionLine.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also