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

In This Topic
    DrawBorder3D Method (Win32)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Sub DrawBorder3D( _
       ByVal g As System.Drawing.Graphics, _
       ByVal rc As System.Drawing.Rectangle, _
       ByVal style As System.Windows.Forms.Border3DStyle _
    ) 
    public static void DrawBorder3D( 
       System.Drawing.Graphics g,
       System.Drawing.Rectangle rc,
       System.Windows.Forms.Border3DStyle style
    )

    Parameters

    g
    rc
    style
    See Also