ezLCD SDK Documentation

EZLCDBase. Method (EZLCDPoint, Byte, Boolean, EZLCDColor)

 [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]
Overridable  OverloadsPublic Sub ( _ 
   ByVal EZLCDPoint As EZLCDPoint, _ 
   ByVal Byte As Byte, _ 
   ByVal Boolean As Boolean, _ 
   ByVal EZLCDColor As EZLCDColor _ 
) _
    Implements IEZLCDAdvanced.
[C#]
public virtual void (
   EZLCDPoint EZLCDPoint,
   byte Byte,
   bool Boolean,
   EZLCDColor EZLCDColor
);
[C++]
public: virtual void (
   EZLCDPoint EZLCDPoint,
   char Byte,
   bool Boolean,
   EZLCDColor EZLCDColor
);
[JScript]
public virtual function (
   EZLCDPoint EZLCDPoint,
   Byte Byte,
   bool Boolean,
   EZLCDColor EZLCDColor
);

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.

Implements

IEZLCDAdvanced.

See Also

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