This property sets whether the RGB values (the colors) within the selected area in the pan window are normal or reversed.
[Visual
Basic] imagekitcontrolname.PanWindow.RectReverse
[ = Boolean ]
[Visual C++] [
BOOL =
]imagekitcontrolname.GetPanWindow().GetRectReverse()
imagekitcontrolname.GetPanWindow().SetRectReverse(BOOL Val)
imagekitcontrolname.GetPanWindow().SetRectReverse(BOOL Val)
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.