Declaration | Declare Function Arc Lib "gdi32" Alias "Arc" (ByVal hdc As Long, ByVal X1 As Long, ByVal Y1 As Long, ByVal X2 As Long, ByVal Y2 As Long, ByVal X3 As Long, ByVal Y3 As Long, ByVal X4 As Long, ByVal Y4 As Long) As Long |
Parameters |
Windows 95: The sum of nLeftRect plus nRightRect must be less than 32768.
Windows 95: The sum of nTopRect plus nBottomRect must be less than 32768.
Windows 95: The sum of nLeftRect plus nRightRect must be less than 32768.
Windows 95: The sum of nTopRect plus nBottomRect must be less than 32768.
|
Return Values | If the arc is drawn, the return value is nonzero. If the arc is not drawn, the return value is zero. |
Arc
The Arc function draws an elliptical arc.