ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Util.Win Namespace / Win32 Class / IntersectClipRect Method

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

    Parameters

    hdc
    nLeftRect
    nTopRect
    nRightRect
    nBottomRect
    See Also