'Declaration
Public Function HitTest(Of T As FrameworkElement)( _ Optional ByVal ZoomScale As Double _ ) As T
public T HitTest<T>( double ZoomScale ) where T: FrameworkElement
Parameters
- ZoomScale
Type Parameters
- T
'Declaration
Public Function HitTest(Of T As FrameworkElement)( _ Optional ByVal ZoomScale As Double _ ) As T
public T HitTest<T>( double ZoomScale ) where T: FrameworkElement