TreeView for WinForms | ComponentOne
C1.Util.Win Namespace / Win32 Class / IntersectClipRect Method

In This Topic
    IntersectClipRect Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function IntersectClipRect( _
       ByVal hdc As IntPtr, _
       ByVal nLeftRect As Integer, _
       ByVal nTopRect As Integer, _
       ByVal nRightRect As Integer, _
       ByVal nBottomRect As Integer _
    ) As Integer
    public static int IntersectClipRect( 
       IntPtr hdc,
       int nLeftRect,
       int nTopRect,
       int nRightRect,
       int nBottomRect
    )

    Parameters

    hdc
    nLeftRect
    nTopRect
    nRightRect
    nBottomRect
    See Also