Methods to draw an arc on the screen at a specified location.
Draws an arc at the specified location, with the specified radius and the specified begin/end angles using the current foreground color.
[Visual Basic] Public Sub (ByVal EZLCDPointEx,ByVal UInt16,ByVal UInt16,ByVal UInt16)
[C#] public void (EZLCDPointEx,ushort,ushort,ushort);
[C++] public: void (EZLCDPointEx,unsigned short,unsigned short,unsigned short);
[JScript] public function (EZLCDPointEx,UInt16,UInt16,UInt16);
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,ByVal UInt16,ByVal UInt16,ByVal UInt16,ByVal EZLCDColorEx)
[C#] public void (EZLCDPointEx,ushort,ushort,ushort,EZLCDColorEx);
[C++] public: void (EZLCDPointEx,unsigned short,unsigned short,unsigned short,EZLCDColorEx);
[JScript] public function (EZLCDPointEx,UInt16,UInt16,UInt16,EZLCDColorEx);
EZLCD004 Class | EZLCD.SDK Namespace