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

[C++Builder]   imagekitcontrolname->PanWindow->RectReverse[ = bool ]
[Delphi]   imagekitcontrolname.PanWindow.RectReverse[ = Boolean ]

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. The default value is False.

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

The RectReverse property corresponds to the Display Control's PanWindowRectRev property in earlier versions of the ImageKit.

Setting this value

This value can be set at runtime.

Retrieving this value

This value can be retrieved at runtime.

 

The ImageKit10 VCL is a product created by Newtone Corporation