Methods to draw a circle on the screen at a specified location.
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);
EZLCDBase Class | EZLCD.SDK Namespace