Nevron Open Vision Documentation
Nevron.Nov.Chart Namespace / NGlassCapEffect Class / CreateSpotlightFill Method


In This Topic
    CreateSpotlightFill Method
    In This Topic
    Creates a fill style resembling a spot light
    Syntax
    'Declaration
     
    
    Protected Shared Function CreateSpotlightFill( _
       ByVal ellipse As System.Boolean, _
       ByVal color As NColor _
    ) As NFill
    'Usage
     
    
    Dim ellipse As System.Boolean
    Dim color As NColor
    Dim value As NFill
     
    value = NGlassCapEffect.CreateSpotlightFill(ellipse, color)
    protected static NFill CreateSpotlightFill( 
       System.bool ellipse,
       NColor color
    )

    Parameters

    ellipse
    color
    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