ezLCD SDK Documentation

IEZLCDAdvanced. Method (EZLCDPoint, Byte, Byte, Byte, EZLCDColor)

 [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 specified color.

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

Parameters

location
The center of the arc.
radius
The radius of the arc.
beginAngle
The starting angle.
endAngle
The ending angle.
color
The color of the arc.

See Also

IEZLCDAdvanced Interface | EZLCD.SDK Namespace | IEZLCDAdvanced. Overload List