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

Apply() public method

public Apply ( FastBitmap dst, Point dstOffset, FastBitmap src, Point srcOffset, int scanLength ) : void
dst System.Drawing.FastBitmap
dstOffset Point
src System.Drawing.FastBitmap
srcOffset Point
scanLength int
return void
        public override void Apply(FastBitmap dst, Point dstOffset, FastBitmap src, Point srcOffset, int scanLength)
        {
            Apply (dst.GetPointAddress (dstOffset), src.GetPointAddress (srcOffset), scanLength);
        }

Same methods

UnaryPixelOp::Apply ( PixelData color ) : PixelData
UnaryPixelOp::Apply ( FastBitmap dst, FastBitmap src, Rectangle roi ) : void
UnaryPixelOp::Apply ( FastBitmap surface, Rectangle roi ) : 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