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