Xceed Chart for WinForms v4.4 Documentation
CreateLightAndShadowGraphicSVG Method


Xceed.Chart.GraphicsCore.v4.4 Assembly > Xceed.Chart.GraphicsCore Namespace > BevelAndEmbossFilter Class : CreateLightAndShadowGraphicSVG Method
This member is reserved for internal use and is not intended to be used directly from your code.
Syntax
'Declaration
 
Protected Sub CreateLightAndShadowGraphicSVG( _

   ByRef sSVG As String, _

   ByVal sBlurredGraphic As String, _

   ByVal sLightGraphic As String, _

   ByVal sShadowGraphic As String, _

   ByVal lightColor As Color, _

   ByVal shadowColor As Color _

) 
'Usage
 
Dim instance As BevelAndEmbossFilter

Dim sSVG As String

Dim sBlurredGraphic As String

Dim sLightGraphic As String

Dim sShadowGraphic As String

Dim lightColor As Color

Dim shadowColor As Color

 

instance.CreateLightAndShadowGraphicSVG(sSVG, sBlurredGraphic, sLightGraphic, sShadowGraphic, lightColor, shadowColor)
protected void CreateLightAndShadowGraphicSVG( 

   ref string sSVG,

   string sBlurredGraphic,

   string sLightGraphic,

   string sShadowGraphic,

   Color lightColor,

   Color shadowColor

)

Parameters

sSVG
sBlurredGraphic
sLightGraphic
sShadowGraphic
lightColor
shadowColor
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

Reference

BevelAndEmbossFilter Class
BevelAndEmbossFilter Members