ezLCD SDK Documentation

EZLCD004. 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]
Public Sub ( _ 
   ByVal UInt16 As UInt16, _ 
   ByVal UInt16 As UInt16, _ 
   ByVal UInt16 As UInt16 _ 
)
[C#]
public void (
   ushort UInt16,
   ushort UInt16,
   ushort UInt16
);
[C++]
public: void (
   unsigned short UInt16,
   unsigned short UInt16,
   unsigned short UInt16
);
[JScript]
public function (
   UInt16 UInt16,
   UInt16 UInt16,
   UInt16 UInt16
);

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

EZLCD004 Class | EZLCD.SDK Namespace