ezLCD SDK Documentation

IEZLCDAdvanced. Method

 [This is preliminary documentation and subject to change.]

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

Overload List

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);

See Also

IEZLCDAdvanced Interface | EZLCD.SDK Namespace