BitmapDataExtensionsCloneAsync Method

Overload List

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

See Also