Click or drag to resize
DrawingInvert Method
Invert color of an image

Namespace: ToolBoox
Assembly: ToolBoox (in ToolBoox.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public static MemoryStream Invert(
	Image image,
	ImageFormat format
)

Parameters

image
Type: System.DrawingImage
Source image to be processed
format
Type: System.Drawing.ImagingImageFormat
Image format of the result image

Return Value

Type: MemoryStream
A memory stream object with result image
See Also