 | DrawingInvert Method |
Invert color of an image
Namespace: ToolBooxAssembly: ToolBoox (in ToolBoox.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic static MemoryStream Invert(
Image image,
ImageFormat format
)
Public Shared Function Invert (
image As Image,
format As ImageFormat
) As MemoryStream
Parameters
- image
- Type: System.DrawingImage
Source image to be processed - format
- Type: System.Drawing.ImagingImageFormat
Image format of the result image
Return Value
Type:
MemoryStreamA memory stream object with result image
See Also