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