ToolWindowOptions
Determines the availability of the window tools.
Elements
| Name | Type | Description |
|---|---|---|
| showSelectionTool | int | If TRUE, the selection tool becomes visible. The selection tool selects an existing ROI in an image. |
| showZoomTool | int | If TRUE, the zoom tool becomes visible. The zoom tool controls the magnification of an image. |
| showPointTool | int | If TRUE, the point tool becomes visible. The point tool draws a point on the image. |
| showLineTool | int | If TRUE, the line tool becomes visible. The line tool draws a line on the image. |
| showRectangleTool | int | If TRUE, the rectangle tool becomes visible. The rectangle tool draws a rectangle on the image. |
| showOvalTool | int | If TRUE, the oval tool becomes visible. The oval tool draws an oval on the image. |
| showPolygonTool | int | If TRUE, the polygon tool becomes visible. The polygon tool draws a polygon on the image. |
| showClosedFreehandTool | int | If TRUE, the closed freehand tool becomes visible. The closed freehand tool draws closed freehand shapes on the image. |
| showPolyLineTool | int | If TRUE, the polyline tool becomes visible. The polyline tool draws a series of connected straight lines on the image. |
| showFreehandTool | int | If TRUE, the freehand tool becomes visible. The freehand tool draws freehand lines on the image. |
| showAnnulusTool | int | If TRUE, the annulus becomes visible. The annulus tool draws annuluses on the image. |
| showRotatedRectangleTool | int | If TRUE, the rotated rectangle tool becomes visible. The rotated rectangle tool draws rotated rectangles on the image. |
| showPanTool | int | If TRUE, the pan tool becomes visible. The pan tool shifts the view of the image. |
| reserved1 | int | This element is reserved and should be set to FALSE. |
| reserved2 | int | This element is reserved and should be set to FALSE. |
| reserved3 | int | This element is reserved and should be set to FALSE. |
| reserved4 | int | This element is reserved and should be set to FALSE. |