ezLCD SDK Documentation

EZLCDBase. Method

 [This is preliminary documentation and subject to change.]

Methods to draw an arc on the screen at a specified location.

Overload List

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);

See Also

EZLCDBase Class | EZLCD.SDK Namespace