Click or drag to resize

TpsControlInvertImageUnSafe Method

This method is used for inverting colors in a bitmap.

Namespace:  ABB.Robotics.Tps.Windows.Forms
Assembly:  ABB.Robotics.Tps.Windows.Forms (in ABB.Robotics.Tps.Windows.Forms.dll) Version: 6.5.129.0
Syntax
C#
public static Bitmap InvertImageUnSafe(
	Image originalImage
)

Parameters

originalImage
Type: System.DrawingImage
The original image to be converted

Return Value

Type: Bitmap

[Missing <returns> documentation for "M:ABB.Robotics.Tps.Windows.Forms.TpsControl.InvertImageUnSafe(System.Drawing.Image)"]

See Also