Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / NGraphicsPath Class / ExactBounds Property


In This Topic
    ExactBounds Property
    In This Topic
    Gets the exact bounds of this path. This method is more costly to caclulate than Bounds, but the returned bounds take into account the exact bounds of contained cubic beziers, while the Bounds method only takes into account the cubic beziers hull bounds (bounds of end-points and control points). For flat paths the results of Bounds and ExactBounds is the same.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ExactBounds As NRectangle
    'Usage
     
    
    Dim instance As NGraphicsPath
    Dim value As NRectangle
     
    value = instance.ExactBounds
    public NRectangle ExactBounds {get;}
    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