AForge.Imaging.Filters.ApplyMask.ApplyMask C# (CSharp) Method

ApplyMask() public method

Initializes a new instance of the ApplyMask class.
public ApplyMask ( Bitmap maskImage ) : System
maskImage System.Drawing.Bitmap Mask image to use.
return System
        public ApplyMask( Bitmap maskImage ) : this( )
        {
            MaskImage = maskImage;
        }

Same methods

ApplyMask::ApplyMask ( ) : System
ApplyMask::ApplyMask ( UnmanagedImage unmanagedMaskImage ) : System
ApplyMask::ApplyMask ( byte mask ) : System