VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI.VisualTools Namespace / WpfCompositeVisualTool Class / Contains(WpfVisualTool) Method
Syntax Requirements SeeAlso
In This Topic
Contains(WpfVisualTool) Method (WpfCompositeVisualTool)
In This Topic
Determines that visual tool is a child tool of the WpfCompositeVisualTool.
Syntax
'Declaration

Public Function Contains( _
ByVal visualTool
The visual tool to check.
As WpfVisualTool _
) As Boolean
public bool Contains(
WpfVisualTool visualTool
)

Parameters

visualTool
The visual tool to check.

Return Value

True if specified visual tool is a child tool of the composite visual tool;
false if specified visual tool is not a child tool of the composite visual tool.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also