ezLCD SDK Documentation

EZLCD004. Method

 [This is preliminary documentation and subject to change.]

Methods to draw an arc on the screen at a specified location.

Overload List

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

See Also

EZLCD004 Class | EZLCD.SDK Namespace