This property sets whether the RGB values (the colors) within the selected area in the pan window are normal or reversed.

[Visual Basic] Public Property RectReverse As Boolean
[C#] public bool RectReverse {get; set;}

Property Value

Value Explanation
True Reverses the RGB values within the selected area in the pan window.
False Does not reverse the RGB values within the selected area in the pan window (default).

 

Explanation

The RectReverse property sets whether the RGB values (the colors) within the selected area in the pan window are normal or reversed.

When the RectReverse property is True, the RGB values (the colors) inside the selected area will be reversed.

See Also

ImageKit.PanWindow Members | Newtone.ImageKit.Win.ImageKit

The ImageKit.NET3 is created by Newtone Corporation