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

In This Topic
    ArcTo Method (Win32)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function ArcTo( _
       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, _
       ByVal nXStartArc As System.Integer, _
       ByVal nYStartArc As System.Integer, _
       ByVal nXEndArc As System.Integer, _
       ByVal nYEndArc As System.Integer _
    ) As System.Boolean
    public static System.bool ArcTo( 
       System.IntPtr hdc,
       System.int nLeftRect,
       System.int nTopRect,
       System.int nRightRect,
       System.int nBottomRect,
       System.int nXStartArc,
       System.int nYStartArc,
       System.int nXEndArc,
       System.int nYEndArc
    )

    Parameters

    hdc
    nLeftRect
    nTopRect
    nRightRect
    nBottomRect
    nXStartArc
    nYStartArc
    nXEndArc
    nYEndArc
    See Also