Apachai.Effects.Core.UnaryPixelOp.Apply C# (CSharp) Method

Apply() public method

public Apply ( FastBitmap surface, Rectangle roi ) : void
surface System.Drawing.FastBitmap
roi System.Drawing.Rectangle
return void
        public void Apply(FastBitmap surface, Rectangle[] roi)
        {
            Apply (surface, roi, 0, roi.Length);
        }

Same methods

UnaryPixelOp::Apply ( PixelData color ) : PixelData
UnaryPixelOp::Apply ( FastBitmap dst, FastBitmap src, Rectangle roi ) : void
UnaryPixelOp::Apply ( FastBitmap dst, Point dstOffset, FastBitmap src, Point srcOffset, int scanLength ) : void
UnaryPixelOp::Apply ( FastBitmap surface, Rectangle roi, int startIndex, int length ) : void
UnaryPixelOp::Apply ( PixelData dst, PixelData src, int length ) : void
UnaryPixelOp::Apply ( PixelData ptr, int length ) : void