ezLCD SDK Documentation

EZLCDBase. Method 

 [This is preliminary documentation and subject to change.]

Draws an Arc at the current position given a radius, start angle and end angle.

[Visual Basic]
Overridable Public Sub ( _ 
   ByVal Byte As Byte, _ 
   ByVal Byte As Byte, _ 
   ByVal Byte As Byte _ 
) _
    Implements IEZLCDNative.
[C#]
public virtual void (
   byte Byte,
   byte Byte,
   byte Byte
);
[C++]
public: virtual void (
   char Byte,
   char Byte,
   char Byte
);
[JScript]
public virtual function (
   Byte Byte,
   Byte Byte,
   Byte Byte
);

Parameters

radius
The radius (in pixels) of the arc.
beginAngle
The start angle of the arc.
endAngle
The end angle of the arc.

Implements

IEZLCDNative.

See Also

EZLCDBase Class | EZLCD.SDK Namespace