Nevron .NET Vision
Nevron.GraphicsCore Namespace / NGlassEffectStyle Class / CreateSpotlightFillStyle Method


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

    Parameters

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