ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Direct2D.Effects Namespace / ConvolveMatrix Class / BorderMode Property

In This Topic
    BorderMode Property (ConvolveMatrix)
    In This Topic
    The mode used to calculate the border of the image, soft or hard. See BorderMode modes for more info.
    Syntax
    'Declaration
     
    Public Property BorderMode As BorderMode
    public BorderMode BorderMode {get; set;}
    See Also