InkCanvas.GetVisualChild(Int32) Method

Definition

Overrides GetVisualChild(Int32), and returns a child at the specified index from a collection of child elements.

protected:
 override System::Windows::Media::Visual ^ GetVisualChild(int index);
protected override System.Windows.Media.Visual GetVisualChild (int index);
override this.GetVisualChild : int -> System.Windows.Media.Visual
Protected Overrides Function GetVisualChild (index As Integer) As Visual

Parameters

index
Int32

The zero-based index of the requested child element in the collection.

Returns

The requested child element. This should not return null; if the provided index is out of range, an exception is thrown.

Applies to

See also