Nevron .NET Vision
Nevron.GraphicsCore 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 NRectangleD
    'Usage
     
    
    Dim instance As NGraphicsPath
    Dim value As NRectangleD
     
    value = instance.ExactBounds
    public NRectangleD ExactBounds {get;}
    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