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

In This Topic
    FrameRgn Method (Win32)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function FrameRgn( _
       ByVal hdc As System.IntPtr, _
       ByVal hrgn As System.IntPtr, _
       ByVal hbrush As System.IntPtr, _
       ByVal nWidth As System.Integer, _
       ByVal nHeight As System.Integer _
    ) As System.Boolean
    public static System.bool FrameRgn( 
       System.IntPtr hdc,
       System.IntPtr hrgn,
       System.IntPtr hbrush,
       System.int nWidth,
       System.int nHeight
    )

    Parameters

    hdc
    hrgn
    hbrush
    nWidth
    nHeight
    See Also