Xceed Chart for WinForms v4.4 Documentation
ApplyOuterGlow Method


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

   ByVal srcBitmap As BitmapFunctions, _

   ByVal dstBitmap As BitmapFunctions, _

   ByVal rectBounds As Rectangle, _

   ByVal rectOutputRect As Rectangle, _

   ByVal pSrcBlur() As Byte _

) 
'Usage
 
Dim instance As GlowFilter

Dim srcBitmap As BitmapFunctions

Dim dstBitmap As BitmapFunctions

Dim rectBounds As Rectangle

Dim rectOutputRect As Rectangle

Dim pSrcBlur() As Byte

 

instance.ApplyOuterGlow(srcBitmap, dstBitmap, rectBounds, rectOutputRect, pSrcBlur)
protected void ApplyOuterGlow( 

   BitmapFunctions srcBitmap,

   BitmapFunctions dstBitmap,

   Rectangle rectBounds,

   Rectangle rectOutputRect,

   byte[] pSrcBlur

)

Parameters

srcBitmap
dstBitmap
rectBounds
rectOutputRect
pSrcBlur
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

GlowFilter Class
GlowFilter Members