ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Util.Win Namespace / Win32 Class / FillRgn Method

In This Topic
    FillRgn Method (Win32)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function FillRgn( _
       ByVal hdc As System.IntPtr, _
       ByVal hrgn As System.IntPtr, _
       ByVal hbr As System.IntPtr _
    ) As System.Boolean
    public static System.bool FillRgn( 
       System.IntPtr hdc,
       System.IntPtr hrgn,
       System.IntPtr hbr
    )

    Parameters

    hdc
    hrgn
    hbr
    See Also