Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / NTextBlockBaseEditor Class / IsPointOverText Method


In This Topic
    IsPointOverText Method (NTextBlockBaseEditor)
    In This Topic
    Gets whether the given point is over text.
    Syntax
    'Declaration
     
    
    Public Function IsPointOverText( _
       ByVal point As NPoint, _
       ByVal area As NSize _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NTextBlockBaseEditor
    Dim point As NPoint
    Dim area As NSize
    Dim value As System.Boolean
     
    value = instance.IsPointOverText(point, area)
    public System.bool IsPointOverText( 
       NPoint point,
       NSize area
    )

    Parameters

    point
    area
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also