ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.Direct2D.Effects Namespace / ConvolveMatrix Class / PreserveAlpha Property

In This Topic
    PreserveAlpha Property
    In This Topic
    Specifies whether the convolution kernel is applied to the alpha channel or only the color channels. If you set this to TRUE the convolution kernel is applied only to the color channels. If you set this to FALSE the convolution kernel is applied to all channels.
    Syntax
    'Declaration
     
    Public Property PreserveAlpha As System.Boolean
    public System.bool PreserveAlpha {get; set;}
    See Also