ezLCD SDK Documentation

EZLCDBase. 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]
Overridable  OverloadsPublic Sub ( _ 
   ByVal EZLCDPoint As EZLCDPoint, _ 
   ByVal Byte As Byte, _ 
   ByVal Byte As Byte, _ 
   ByVal Byte As Byte, _ 
   ByVal EZLCDColor As EZLCDColor _ 
) _
    Implements IEZLCDAdvanced.
[C#]
public virtual void (
   EZLCDPoint EZLCDPoint,
   byte Byte,
   byte Byte,
   byte Byte,
   EZLCDColor EZLCDColor
);
[C++]
public: virtual void (
   EZLCDPoint EZLCDPoint,
   char Byte,
   char Byte,
   char Byte,
   EZLCDColor EZLCDColor
);
[JScript]
public virtual 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.

Implements

IEZLCDAdvanced.

See Also

EZLCDBase Class | EZLCD.SDK Namespace | EZLCDBase. Overload List