ezLCD SDK Documentation

EZLCDBase. Method

 [This is preliminary documentation and subject to change.]

Methods to draw a circle on the screen at a specified location.

Overload List

Draws a circle at the specified location, with the specified radius, using the active foreground color.

[Visual Basic] Overridable  OverloadsPublic Sub (ByVal EZLCDPoint,ByVal Byte,ByVal Boolean) _     Implements IEZLCDAdvanced.
[C#] public virtual void (EZLCDPoint,byte,bool);
[C++] public: virtual void (EZLCDPoint,char,bool);
[JScript] public virtual function (EZLCDPoint,Byte,bool);

Draws a circle at the specified location, with the specified radius, using the specified color.

[Visual Basic] Overridable  OverloadsPublic Sub (ByVal EZLCDPoint,ByVal Byte,ByVal Boolean,ByVal EZLCDColor) _     Implements IEZLCDAdvanced.
[C#] public virtual void (EZLCDPoint,byte,bool,EZLCDColor);
[C++] public: virtual void (EZLCDPoint,char,bool,EZLCDColor);
[JScript] public virtual function (EZLCDPoint,Byte,bool,EZLCDColor);

See Also

EZLCDBase Class | EZLCD.SDK Namespace