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 As EZLCDPoint, _ ByVal Byte As Byte, _ ByVal Byte As Byte, _ ByVal Byte As Byte, _ ByVal EZLCDColor As EZLCDColor _ ) [C#] void ( EZLCDPoint EZLCDPoint, byte Byte, byte Byte, byte Byte, EZLCDColor EZLCDColor ); [C++] void ( EZLCDPoint EZLCDPoint, char Byte, char Byte, char Byte, EZLCDColor EZLCDColor ); [JScript] function ( EZLCDPoint EZLCDPoint, Byte Byte, Byte Byte, Byte Byte, EZLCDColor EZLCDColor );
IEZLCDAdvanced Interface | EZLCD.SDK Namespace | IEZLCDAdvanced. Overload List