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