Draws a circle at the specified location, with the specified radius, using the active foreground color.
Draws a circle at the specified location, with the specified radius, using the active foreground color.
[Visual Basic] Sub (ByVal EZLCDPoint,ByVal Byte,ByVal Boolean)
[C#] void (EZLCDPoint,byte,bool);
[C++] void (EZLCDPoint,char,bool);
[JScript] function (EZLCDPoint,Byte,bool);
Draws a circle at the specified location, with the specified radius, using the specified color.
[Visual Basic] Sub (ByVal EZLCDPoint,ByVal Byte,ByVal Boolean,ByVal EZLCDColor)
[C#] void (EZLCDPoint,byte,bool,EZLCDColor);
[C++] void (EZLCDPoint,char,bool,EZLCDColor);
[JScript] function (EZLCDPoint,Byte,bool,EZLCDColor);
IEZLCDAdvanced Interface | EZLCD.SDK Namespace