DrawInto(IReadableBitmapData, IReadWriteBitmapData, Point, IDitherer) |
Draws the source IReadableBitmapData into the target IReadWriteBitmapData
without scaling, using blending. This method always preserves the source size in pixels, works between any pair of source and target KnownPixelFormats and supports quantizing and dithering.
For scaling use the overloads with targetRectangle and ScalingMode parameters.
To copy a bitmap data into another one without blending use the CopyTo methods instead.
|
DrawInto(IReadableBitmapData, IReadWriteBitmapData, Rectangle, ScalingMode) |
Draws the source IReadableBitmapData into the target IReadWriteBitmapData
using scaling and blending. This method works between any pair of source and target KnownPixelFormats and supports quantizing.
To copy a bitmap data into another one without blending use the CopyTo methods instead.
|
DrawInto(IReadableBitmapData, IReadWriteBitmapData, Point, IQuantizer, IDitherer) |
Draws the source IReadableBitmapData into the target IReadWriteBitmapData
without scaling, using blending. This method always preserves the source size in pixels, works between any pair of source and target KnownPixelFormats and supports quantizing and dithering.
For scaling use the overloads with targetRectangle and ScalingMode parameters.
To copy a bitmap data into another one without blending use the CopyTo methods instead.
|
DrawInto(IReadableBitmapData, IReadWriteBitmapData, Rectangle, IDitherer, ScalingMode) |
Draws the source IReadableBitmapData into the target IReadWriteBitmapData
using scaling and blending. This method works between any pair of source and target KnownPixelFormats and supports quantizing and dithering.
To copy a bitmap data into another one without blending use the CopyTo methods instead.
|
DrawInto(IReadableBitmapData, IReadWriteBitmapData, Rectangle, Point, IDitherer) |
Draws the source IReadableBitmapData into the target IReadWriteBitmapData
without scaling, using blending. This method always preserves the source size in pixels, works between any pair of source and target KnownPixelFormats and supports quantizing and dithering.
For scaling use the overloads with targetRectangle and ScalingMode parameters.
To copy a bitmap data into another one without blending use the CopyTo methods instead.
|
DrawInto(IReadableBitmapData, IReadWriteBitmapData, Rectangle, Rectangle, ScalingMode) |
Draws the source IReadableBitmapData into the target IReadWriteBitmapData
using scaling and blending. This method works between any pair of source and target KnownPixelFormats and supports quantizing.
To copy a bitmap data into another one without blending use the CopyTo methods instead.
|
DrawInto(IReadableBitmapData, IReadWriteBitmapData, Point, IQuantizer, IDitherer, ParallelConfig) |
Draws the source IReadableBitmapData into the target IReadWriteBitmapData
without scaling, using blending. This method always preserves the source size in pixels, works between any pair of source and target KnownPixelFormats and supports quantizing and dithering.
For scaling use the overloads with targetRectangle and ScalingMode parameters.
To copy a bitmap data into another one without blending use the CopyTo methods instead.
|
DrawInto(IReadableBitmapData, IReadWriteBitmapData, Rectangle, IQuantizer, IDitherer, ScalingMode) |
Draws the source IReadableBitmapData into the target IReadWriteBitmapData
using scaling and blending. This method works between any pair of source and target KnownPixelFormats and supports quantizing and dithering.
To copy a bitmap data into another one without blending use the CopyTo methods instead.
|
DrawInto(IReadableBitmapData, IReadWriteBitmapData, Rectangle, Point, IQuantizer, IDitherer) |
Draws the source IReadableBitmapData into the target IReadWriteBitmapData
without scaling, using blending. This method always preserves the source size in pixels, works between any pair of source and target KnownPixelFormats and supports quantizing and dithering.
For scaling use the overloads with targetRectangle and ScalingMode parameters.
To copy a bitmap data into another one without blending use the CopyTo methods instead.
|
DrawInto(IReadableBitmapData, IReadWriteBitmapData, Rectangle, Rectangle, IDitherer, ScalingMode) |
Draws the source IReadableBitmapData into the target IReadWriteBitmapData
using scaling and blending. This method works between any pair of source and target KnownPixelFormats and supports quantizing and dithering.
To copy a bitmap data into another one without blending use the CopyTo methods instead.
|
DrawInto(IReadableBitmapData, IReadWriteBitmapData, IAsyncContext, Rectangle, Point, IQuantizer, IDitherer) |
Draws the source IReadableBitmapData into the target IReadWriteBitmapData
without scaling, using a context that may belong to a higher level, possibly asynchronous operation.
|
DrawInto(IReadableBitmapData, IReadWriteBitmapData, Rectangle, IQuantizer, IDitherer, ScalingMode, ParallelConfig) |
Draws the source IReadableBitmapData into the target IReadWriteBitmapData
using scaling and blending. This method works between any pair of source and target KnownPixelFormats and supports quantizing and dithering.
To copy a bitmap data into another one without blending use the CopyTo methods instead.
|
DrawInto(IReadableBitmapData, IReadWriteBitmapData, Rectangle, Point, IQuantizer, IDitherer, ParallelConfig) |
Draws the source IReadableBitmapData into the target IReadWriteBitmapData
without scaling, using blending. This method always preserves the source size in pixels, works between any pair of source and target KnownPixelFormats and supports quantizing and dithering.
For scaling use the overloads with targetRectangle and ScalingMode parameters.
To copy a bitmap data into another one without blending use the CopyTo methods instead.
|
DrawInto(IReadableBitmapData, IReadWriteBitmapData, Rectangle, Rectangle, IQuantizer, IDitherer, ScalingMode) |
Draws the source IReadableBitmapData into the target IReadWriteBitmapData
using scaling and blending. This method works between any pair of source and target KnownPixelFormats and supports quantizing and dithering.
To copy a bitmap data into another one without blending use the CopyTo methods instead.
|
DrawInto(IReadableBitmapData, IReadWriteBitmapData, IAsyncContext, Rectangle, Rectangle, IQuantizer, IDitherer, ScalingMode) |
Draws the source IReadableBitmapData into the target IReadWriteBitmapData
with scaling and blending, using a context that may belong to a higher level, possibly asynchronous operation.
|
DrawInto(IReadableBitmapData, IReadWriteBitmapData, Rectangle, Rectangle, IQuantizer, IDitherer, ScalingMode, ParallelConfig) |
Draws the source IReadableBitmapData into the target IReadWriteBitmapData
using scaling and blending. This method works between any pair of source and target KnownPixelFormats and supports quantizing and dithering.
To copy a bitmap data into another one without blending use the CopyTo methods instead.
|