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 Boolean
public bool PreserveAlpha {get; set;}
See Also