ezLCD SDK Documentation

IEZLCDAdvanced. Method

 [This is preliminary documentation and subject to change.]

Draws an arc at the specified location, with the specified radius and the specified begin/end angles using the current foreground color.

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] Sub (ByVal EZLCDPoint,ByVal Byte,ByVal Byte,ByVal Byte)
[C#] void (EZLCDPoint,byte,byte,byte);
[C++] void (EZLCDPoint,char,char,char);
[JScript] function (EZLCDPoint,Byte,Byte,Byte);

Draws an arc at the specified location, with the specified radius and the specified begin/end angles using the specified color.

[Visual Basic] Sub (ByVal EZLCDPoint,ByVal Byte,ByVal Byte,ByVal Byte,ByVal EZLCDColor)
[C#] void (EZLCDPoint,byte,byte,byte,EZLCDColor);
[C++] void (EZLCDPoint,char,char,char,EZLCDColor);
[JScript] function (EZLCDPoint,Byte,Byte,Byte,EZLCDColor);

See Also

IEZLCDAdvanced Interface | EZLCD.SDK Namespace