Draws a circle at the specified location, with the specified radius, using the specified color.
[Visual Basic] Overridable OverloadsPublic Sub ( _ ByVal EZLCDPoint As EZLCDPoint, _ ByVal Byte As Byte, _ ByVal Boolean As Boolean, _ ByVal EZLCDColor As EZLCDColor _ ) _ Implements IEZLCDAdvanced. [C#] public virtual void ( EZLCDPoint EZLCDPoint, byte Byte, bool Boolean, EZLCDColor EZLCDColor ); [C++] public: virtual void ( EZLCDPoint EZLCDPoint, char Byte, bool Boolean, EZLCDColor EZLCDColor ); [JScript] public virtual function ( EZLCDPoint EZLCDPoint, Byte Byte, bool Boolean, EZLCDColor EZLCDColor );
EZLCDBase Class | EZLCD.SDK Namespace | EZLCDBase. Overload List