GetVisibleRect Method (LineMarker)
Gets the viewable area of the control.
public static System.Drawing.Rectangle GetVisibleRect(
System.Windows.Forms.Control
)
'Declaration
Public Shared Function GetVisibleRect( _
ByVal As System.Windows.Forms.Control _
) As System.Drawing.Rectangle
Parameters
- control
- The specified control.
Return Value
The rectangle of viewable area of the control.