ezLCD SDK Documentation

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

 [This is preliminary documentation and subject to change.]

Draws a circle at the specified location, with the specified radius, using the specified color.

[Visual Basic]
Public Sub ( _ 
   ByVal EZLCDPointEx As EZLCDPointEx, _ 
   ByVal UInt16 As UInt16, _ 
   ByVal Boolean As Boolean, _ 
   ByVal EZLCDColorEx As EZLCDColorEx _ 
)
[C#]
public void (
   EZLCDPointEx EZLCDPointEx,
   ushort UInt16,
   bool Boolean,
   EZLCDColorEx EZLCDColorEx
);
[C++]
public: void (
   EZLCDPointEx EZLCDPointEx,
   unsigned short UInt16,
   bool Boolean,
   EZLCDColorEx EZLCDColorEx
);
[JScript]
public function (
   EZLCDPointEx EZLCDPointEx,
   UInt16 UInt16,
   bool Boolean,
   EZLCDColorEx EZLCDColorEx
);

Parameters

location
The center of the circle.
radius
The radius of the circle.
fill
True if the circle should be filled.
color
The color of the circle to draw.

See Also

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