[]
public static extern bool Arc(IntPtr hdc, int nLeftRect, int nTopRect, int nRightRect, int nBottomRect, int nXStartArc, int nYStartArc, int nXEndArc, int nYEndArc)
Public Shared Function Arc(hdc As IntPtr, nLeftRect As Integer, nTopRect As Integer, nRightRect As Integer, nBottomRect As Integer, nXStartArc As Integer, nYStartArc As Integer, nXEndArc As Integer, nYEndArc As Integer) As Boolean
| Type | Name | Description |
|---|---|---|
| IntPtr | hdc | |
| int | nLeftRect | |
| int | nTopRect | |
| int | nRightRect | |
| int | nBottomRect | |
| int | nXStartArc | |
| int | nYStartArc | |
| int | nXEndArc | |
| int | nYEndArc |
| Type | Description |
|---|---|
| bool |