[]
public static extern bool ArcTo(IntPtr hdc, int nLeftRect, int nTopRect, int nRightRect, int nBottomRect, int nXStartArc, int nYStartArc, int nXEndArc, int nYEndArc)
Public Shared Function ArcTo(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 |