ComponentOne Bitmap for UWP
PreserveAlpha Property

C1.UWP.DX Assembly > C1.Util.DX.Direct2D.Effects Namespace > ConvolveMatrix Class : PreserveAlpha Property
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

Reference

ConvolveMatrix Class
ConvolveMatrix Members