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, writing 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, writing 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, writing the result into target.
BeginCombine(IReadableBitmapData, IReadableBitmapData, IWritableBitmapData, FuncColor64, Color64, Color64, NullablePoint, NullablePoint, NullablePoint, NullableSize, AsyncConfig) Begins to combine the pixels of source1 and source2 using the specified combineFunction asynchronously, writing the result into target.
BeginCombine(IReadableBitmapData, IReadableBitmapData, IWritableBitmapData, FuncColorF, ColorF, ColorF, NullablePoint, NullablePoint, NullablePoint, NullableSize, AsyncConfig) Begins to combine the pixels of source1 and source2 using the specified combineFunction asynchronously, writing the result into target.
BeginCombine(IReadableBitmapData, IReadableBitmapData, IWritableBitmapData, FuncColor32, Color32, Color32, NullablePoint, NullablePoint, NullablePoint, NullableSize, IDitherer, AsyncConfig) Begins to combine the pixels of source1 and source2 using the specified combineFunction asynchronously, writing the result into target.

See Also