Draws an Arc at the current position given a radius, start angle and end angle.
[Visual Basic] Overridable Public Sub ( _ ByVal Byte As Byte, _ ByVal Byte As Byte, _ ByVal Byte As Byte _ ) _ Implements IEZLCDNative. [C#] public virtual void ( byte Byte, byte Byte, byte Byte ); [C++] public: virtual void ( char Byte, char Byte, char Byte ); [JScript] public virtual function ( Byte Byte, Byte Byte, Byte Byte );
EZLCDBase Class | EZLCD.SDK Namespace