Draws an arc at the specified location, with the specified radius and the specified begin/end angles using the specified color.
[Visual Basic] Overridable OverloadsPublic Sub ( _ ByVal EZLCDPoint As EZLCDPoint, _ ByVal Byte As Byte, _ ByVal Byte As Byte, _ ByVal Byte As Byte, _ ByVal EZLCDColor As EZLCDColor _ ) _ Implements IEZLCDAdvanced. [C#] public virtual void ( EZLCDPoint EZLCDPoint, byte Byte, byte Byte, byte Byte, EZLCDColor EZLCDColor ); [C++] public: virtual void ( EZLCDPoint EZLCDPoint, char Byte, char Byte, char Byte, EZLCDColor EZLCDColor ); [JScript] public virtual function ( EZLCDPoint EZLCDPoint, Byte Byte, Byte Byte, Byte Byte, EZLCDColor EZLCDColor );
EZLCDBase Class | EZLCD.SDK Namespace | EZLCDBase. Overload List