'Declaration Public Shared Function GetVisibleRect( _ ByVal control As Control _ ) As Rectangle
'Declaration
Public Shared Function GetVisibleRect( _ ByVal control As Control _ ) As Rectangle
'Usage Dim control As Control Dim value As Rectangle value = LineMarker.GetVisibleRect(control)
'Usage
Dim control As Control Dim value As Rectangle value = LineMarker.GetVisibleRect(control)
public static Rectangle GetVisibleRect( Control control )
LineMarker Class LineMarker Members