poIRenderOptions SetReverseLegendCaptureEnabled
Sets the legend image capturing state.
Syntax
poIRenderOptions_handle SetReverseLegendCaptureEnabled state
Application
HyperView Tcl Modify
Description
This command sets the legend image capturing state. This option is disabled by default.
Inputs
- state
- If true, the legend background is reversed during image capture. If false, the legend background is left as is during image capture.
Example
hwi OpenStack
hwi GetSessionHandle session_handle
session_handle GetProjectHandle project_handle
project_handle GetPageHandle page_handle [project_handle GetActivePage]
page_handle GetWindowHandle window_handle [page_handle GetActiveWindow]
window_handle GetClientHandle client_handle
client_handle GetRenderOptionsHandle render_handle
render_handle SetReverseLegendCaptureEnabled true
hwi CloseStack
Errors
None.