ezLCD SDK Documentation

EZLCD004. Method (EZLCDPointEx, UInt16, UInt16, UInt16, EZLCDColorEx)

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

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

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