Nevron .NET Vision
Nevron.Chart Namespace / NWallDecoration Class / IsContainedInRange Method


In This Topic
    IsContainedInRange Method (NWallDecoration)
    In This Topic
    Returns true if the decoration is contained in the range
    Syntax
    'Declaration
     
    
    Public MustOverride Function IsContainedInRange( _
       ByVal range As NRange1DD _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NWallDecoration
    Dim range As NRange1DD
    Dim value As System.Boolean
     
    value = instance.IsContainedInRange(range)
    public abstract System.bool IsContainedInRange( 
       NRange1DD range
    )

    Parameters

    range
    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