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] Public Sub (ByVal EZLCDPointEx,ByVal UInt16,ByVal Boolean)
[C#] public void (EZLCDPointEx,ushort,bool);
[C++] public: void (EZLCDPointEx,unsigned short,bool);
[JScript] public function (EZLCDPointEx,UInt16,bool);
Draws a circle at the specified location, with the specified radius, using the specified color.
[Visual Basic] Public Sub (ByVal EZLCDPointEx,ByVal UInt16,ByVal Boolean,ByVal EZLCDColorEx)
[C#] public void (EZLCDPointEx,ushort,bool,EZLCDColorEx);
[C++] public: void (EZLCDPointEx,unsigned short,bool,EZLCDColorEx);
[JScript] public function (EZLCDPointEx,UInt16,bool,EZLCDColorEx);
EZLCD004 Class | EZLCD.SDK Namespace