ezLCD SDK Documentation

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

See Also

IEZLCDNative Interface | EZLCD.SDK Namespace