PresentationSource.FromVisual(Visual) Method

Definition

Returns the source in which a provided Visual is presented.

public:
 static System::Windows::PresentationSource ^ FromVisual(System::Windows::Media::Visual ^ visual);
[System.Security.SecurityCritical]
public static System.Windows.PresentationSource FromVisual (System.Windows.Media.Visual visual);
public static System.Windows.PresentationSource FromVisual (System.Windows.Media.Visual visual);
[<System.Security.SecurityCritical>]
static member FromVisual : System.Windows.Media.Visual -> System.Windows.PresentationSource
static member FromVisual : System.Windows.Media.Visual -> System.Windows.PresentationSource
Public Shared Function FromVisual (visual As Visual) As PresentationSource

Parameters

visual
Visual

The Visual to find the source for.

Returns

The PresentationSource in which the visual is being presented, or null if visual is disposed.

Attributes

Exceptions

visual is null.

Applies to