Nevron .NET Vision
Nevron.GraphicsCore Namespace / NRectangleD Structure / IncludePoint Method


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

    Parameters

    point
    Remarks
    Returns the minimum rectangle that bounds the point and this rectangle
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also