In This Topic
Syntax
'Declaration
Public Shared Function ArcTo( _
ByVal As System.IntPtr, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer _
) As System.Boolean
public static System.bool ArcTo(
System.IntPtr ,
System.int ,
System.int ,
System.int ,
System.int ,
System.int ,
System.int ,
System.int ,
System.int
)
Parameters
- hdc
- nLeftRect
- nTopRect
- nRightRect
- nBottomRect
- nXStartArc
- nYStartArc
- nXEndArc
- nYEndArc
See Also