ImageExtensionsDrawInto Method

Overload List

DrawInto(Image, Bitmap, Point, IDitherer) Draws the source Image into the target Bitmap without scaling. This method is similar to Graphics.DrawImage methods, except that this one always preserves the source size in pixels, works between any pair of source and target PixelFormats and supports quantizing and dithering. For scaling use the overloads with targetRectangle and ScalingMode parameters.
DrawInto(Image, Bitmap, Rectangle, ScalingMode) Draws the source Image into the target Bitmap with possible scaling. This method is similar to Graphics.DrawImage methods, except that this one works between any pair of source and target PixelFormats and supports quantizing.
DrawInto(Image, Bitmap, Point, IQuantizer, IDitherer) Draws the source Image into the target Bitmap without scaling. This method is similar to Graphics.DrawImage methods, except that this one always preserves the source size in pixels, works between any pair of source and target PixelFormats and supports quantizing and dithering. For scaling use the overloads with targetRectangle and ScalingMode parameters.
DrawInto(Image, Bitmap, Rectangle, IDitherer, ScalingMode) Draws the source Image into the target Bitmap with possible scaling. This method is similar to Graphics.DrawImage methods, except that this one works between any pair of source and target PixelFormats and supports quantizing and dithering.
DrawInto(Image, Bitmap, Rectangle, Point, IDitherer) Draws the source Image into the target Bitmap without scaling. This method is similar to Graphics.DrawImage methods, except that this one always preserves the source size in pixels, works between any pair of source and target PixelFormats and supports quantizing and dithering. For scaling use the overloads with targetRectangle and ScalingMode parameters.
DrawInto(Image, Bitmap, Rectangle, Rectangle, ScalingMode) Draws the source Image into the target Bitmap with possible scaling. This method is similar to Graphics.DrawImage methods, except that this one works between any pair of source and target PixelFormats and supports quantizing.
DrawInto(Image, Bitmap, Rectangle, IQuantizer, IDitherer, ScalingMode) Draws the source Image into the target Bitmap with possible scaling. This method is similar to Graphics.DrawImage methods, except that this one works between any pair of source and target PixelFormats and supports quantizing and dithering.
DrawInto(Image, Bitmap, Rectangle, Point, IQuantizer, IDitherer) Draws the source Image into the target Bitmap without scaling. This method is similar to Graphics.DrawImage methods, except that this one always preserves the source size in pixels, works between any pair of source and target PixelFormats and supports quantizing and dithering. For scaling use the overloads with targetRectangle and ScalingMode parameters.
DrawInto(Image, Bitmap, Rectangle, Rectangle, IDitherer, ScalingMode) Draws the source Image into the target Bitmap with possible scaling. This method is similar to Graphics.DrawImage methods, except that this one works between any pair of source and target PixelFormats and supports quantizing and dithering.
DrawInto(Image, Bitmap, Rectangle, Rectangle, IQuantizer, IDitherer, ScalingMode) Draws the source Image into the target Bitmap with possible scaling. This method is similar to Graphics.DrawImage methods, except that this one works between any pair of source and target PixelFormats and supports quantizing and dithering.

See Also