VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Text Namespace / TextRegion Class / FindSymbol(PointF) Method
Syntax Requirements SeeAlso
In This Topic
    FindSymbol(PointF) Method (TextRegion)
    In This Topic
    Finds a text symbol at specified coordinates.
    Syntax
    'Declaration
    
    Public Function FindSymbol( _
    ByVal point
    System.Drawing.PointF specifies the coordinates where text symbol must be searched.
    As System.Drawing.PointF _
    ) As TextRegionSymbol
    public TextRegionSymbol FindSymbol(
    System.Drawing.PointF point
    )
    public: TextRegionSymbol* FindSymbol(
    System.Drawing.PointF point
    )
    public:
    TextRegionSymbol^ FindSymbol(
    System.Drawing.PointF point
    )

    Parameters

    point
    System.Drawing.PointF specifies the coordinates where text symbol must be searched.

    Return Value

    The TextRegionSymbol if symbol is found successfully; otherwise, null.
    Requirements

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

    See Also