ezLCD SDK Documentation

EZLCD004. 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] 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);

See Also

EZLCD004 Class | EZLCD.SDK Namespace