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

In This Topic
    FrameRect Method (Win32)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function FrameRect( _
       ByVal hdc As System.IntPtr, _
       ByRef lprc As Win32.RECT, _
       ByVal hbr As System.IntPtr _
    ) As System.Integer
    public static System.int FrameRect( 
       System.IntPtr hdc,
       ref Win32.RECT lprc,
       System.IntPtr hbr
    )

    Parameters

    hdc
    lprc
    hbr
    See Also