Draws an arc at the specified location, with the specified radius and the specified begin/end angles using the current foreground color.
Draws an arc at the specified location, with the specified radius and the specified begin/end angles using the current foreground color.
[Visual Basic] Sub (ByVal EZLCDPoint,ByVal Byte,ByVal Byte,ByVal Byte)
[C#] void (EZLCDPoint,byte,byte,byte);
[C++] void (EZLCDPoint,char,char,char);
[JScript] function (EZLCDPoint,Byte,Byte,Byte);
Draws an arc at the specified location, with the specified radius and the specified begin/end angles using the specified color.
[Visual Basic] Sub (ByVal EZLCDPoint,ByVal Byte,ByVal Byte,ByVal Byte,ByVal EZLCDColor)
[C#] void (EZLCDPoint,byte,byte,byte,EZLCDColor);
[C++] void (EZLCDPoint,char,char,char,EZLCDColor);
[JScript] function (EZLCDPoint,Byte,Byte,Byte,EZLCDColor);
IEZLCDAdvanced Interface | EZLCD.SDK Namespace