Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NEllipseSymbolShape Class / TryGetBounds Method


In This Topic
    TryGetBounds Method (NEllipseSymbolShape)
    In This Topic
    Tries to get the bounds of this shape and returns true on success.
    Syntax
    'Declaration
     
    
    Public Overrides Function TryGetBounds( _
       ByRef bounds As NRectangle _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NEllipseSymbolShape
    Dim bounds As NRectangle
    Dim value As System.Boolean
     
    value = instance.TryGetBounds(bounds)
    public override System.bool TryGetBounds( 
       out NRectangle bounds
    )

    Parameters

    bounds
    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