BitmapDataExtensionsBeginCombine Method

Overload List

BeginCombine(IReadableBitmapData, IReadWriteBitmapData, FuncColor64, Color64, Color64, NullableRectangle, NullablePoint, AsyncConfig) Begins to combine the pixels of the source and target bitmaps using the specified combineFunction asynchronously, and write the result into target.
BeginCombine(IReadableBitmapData, IReadWriteBitmapData, FuncColorF, ColorF, ColorF, NullableRectangle, NullablePoint, AsyncConfig) Begins to combine the pixels of the source and target bitmaps using the specified combineFunction asynchronously, and write the result into target.
BeginCombine(IReadableBitmapData, IReadWriteBitmapData, FuncColor32, Color32, Color32, NullableRectangle, NullablePoint, IDitherer, AsyncConfig) Begins to combine the pixels of the source and target bitmaps using the specified combineFunction asynchronously, and write the result into target.

See Also