CompositeVisualTool class
In This Topic
The
CompositeVisualTool is visual tool, which allows to use a composition of nested visual tools in
ImageViewer. An array of nested visual tools can be get using the protected
CompositeVisualTool.VisualTools property.
If
CompositeVisualTool does not have active nested visual tool, i.e. the
CompositeVisualTool.ActiveTool property value is null:
If
CompositeVisualTool has active nested visual tool, i.e. the
CompositeVisualTool.ActiveTool property value is not null:
The composite visual tools are used in many demos of VintaSoft Imaging .NET SDK, e.g.:
- AnnotationViewer class uses the composition of AnnotationVisualTool and RectangularSelectionTool for providing the ability to select multiple annotations.
- OCR Demo application includes the composite visual tool, which provides the ability to highlight recognized words along with multiple selection function.