ImageEditorToolBaseGetVisualChild Method

CVB.Net Documentation
Gets the visual child at the given index.

Namespace:  Stemmer.Cvb.Wpf.ImageEditorTools
Assembly:  Stemmer.Cvb.Wpf (in Stemmer.Cvb.Wpf.dll) Version: 14.0.0.0
Syntax

protected override Visual GetVisualChild(
	int index
)

Parameters

index
Type: SystemInt32
Index of the visual.

Return Value

Type: Visual
The Visual at index.
See Also

Reference