BitmapDataExtensionsBeginClone Method

Overload List

BeginClone(IReadableBitmapData, AsyncConfig) Begins to clone the specified source with identical size asynchronously.
BeginClone(IReadableBitmapData, WorkingColorSpace, AsyncConfig) Begins to clone the specified source with identical size asynchronously.
BeginClone(IReadableBitmapData, Rectangle, AsyncConfig) Begins to clone the specified portion of the specified source asynchronously.
BeginClone(IReadableBitmapData, KnownPixelFormat, Palette, NullableRectangle, AsyncConfig) Begins to clone the specified portion of source with the specified pixelFormat and palette asynchronously.
BeginClone(IReadableBitmapData, KnownPixelFormat, Color32, Byte, NullableRectangle, AsyncConfig) Begins to clone the specified portion of source with the specified pixelFormat and color settings asynchronously.
BeginClone(IReadableBitmapData, KnownPixelFormat, IQuantizer, IDitherer, NullableRectangle, AsyncConfig) Begins to clone the specified portion of source with the specified pixelFormat, using an optional quantizer and ditherer asynchronously.
BeginClone(IReadableBitmapData, KnownPixelFormat, WorkingColorSpace, Color32, Byte, NullableRectangle, AsyncConfig) Begins to clone the specified portion of source with the specified pixelFormat and color settings asynchronously.

See Also