Xceed Chart for WinForms v4.4 Documentation
ApplyVertConvolutionToAlphaChannel Method


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

   ByVal filter As ConvMatrix, _

   ByVal arrSrcData() As Byte, _

   ByVal arrAlphaBitmapData() As Byte, _

   ByRef rectBounds As Rectangle _

) 
'Usage
 
Dim instance As Filter

Dim filter As ConvMatrix

Dim arrSrcData() As Byte

Dim arrAlphaBitmapData() As Byte

Dim rectBounds As Rectangle

 

instance.ApplyVertConvolutionToAlphaChannel(filter, arrSrcData, arrAlphaBitmapData, rectBounds)
public void ApplyVertConvolutionToAlphaChannel( 

   ConvMatrix filter,

   byte[] arrSrcData,

   byte[] arrAlphaBitmapData,

   ref Rectangle rectBounds

)

Parameters

filter
arrSrcData
arrAlphaBitmapData
rectBounds
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

Filter Class
Filter Members