ezLCD SDK Documentation

IEZLCDAdvanced. Method (EZLCDPoint, Byte, Boolean)

 [This is preliminary documentation and subject to change.]

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

[Visual Basic]
Sub ( _ 
   ByVal EZLCDPoint As EZLCDPoint, _ 
   ByVal Byte As Byte, _ 
   ByVal Boolean As Boolean _ 
)
[C#]
void (
   EZLCDPoint EZLCDPoint,
   byte Byte,
   bool Boolean
);
[C++]
void (
   EZLCDPoint EZLCDPoint,
   char Byte,
   bool Boolean
);
[JScript]
function (
   EZLCDPoint EZLCDPoint,
   Byte Byte,
   bool Boolean
);

Parameters

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

See Also

IEZLCDAdvanced Interface | EZLCD.SDK Namespace | IEZLCDAdvanced. Overload List