Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NRuler Class / HighlightRange Method
range start
range end


In This Topic
    HighlightRange Method
    In This Topic
    Highlights the specified range (in pixels)
    Syntax
    'Declaration
     
    
    Public Overridable Sub HighlightRange( _
       ByVal from As System.Single, _
       ByVal to As System.Single _
    ) 
    'Usage
     
    
    Dim instance As NRuler
    Dim from As System.Single
    Dim to As System.Single
     
    instance.HighlightRange(from, to)
    public virtual void HighlightRange( 
       System.float from,
       System.float to
    )

    Parameters

    from
    range start
    to
    range end
    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