Methods to draw an arc on the screen at a specified location.
Draws an arc at the specified location, with the specified radius and the specified begin/end angles using the current foreground color.
[Visual Basic] Overridable OverloadsPublic Sub (ByVal EZLCDPoint,ByVal Byte,ByVal Byte,ByVal Byte) _ Implements IEZLCDAdvanced.
[C#] public virtual void (EZLCDPoint,byte,byte,byte);
[C++] public: virtual void (EZLCDPoint,char,char,char);
[JScript] public virtual 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] Overridable OverloadsPublic Sub (ByVal EZLCDPoint,ByVal Byte,ByVal Byte,ByVal Byte,ByVal EZLCDColor) _ Implements IEZLCDAdvanced.
[C#] public virtual void (EZLCDPoint,byte,byte,byte,EZLCDColor);
[C++] public: virtual void (EZLCDPoint,char,char,char,EZLCDColor);
[JScript] public virtual function (EZLCDPoint,Byte,Byte,Byte,EZLCDColor);
EZLCDBase Class | EZLCD.SDK Namespace