Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / NRectangleI Structure / IncludePoint Method


In This Topic
    IncludePoint Method
    In This Topic
    Includes the point in this rectangle
    Syntax
    'Declaration
     
    
    Public Function IncludePoint( _
       ByVal point As NPointI _
    ) As NRectangleI
    'Usage
     
    
    Dim instance As NRectangleI
    Dim point As NPointI
    Dim value As NRectangleI
     
    value = instance.IncludePoint(point)
    public NRectangleI IncludePoint( 
       NPointI point
    )

    Parameters

    point
    Remarks
    Returns the minimum rectangle that bounds the point and this rectangle
    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