Nevron.GraphicsCore Namespace / NGlassEffectStyle Class / CreateSpotlightFillStyle Method


CreateSpotlightFillStyle Method
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)

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