ezLCD SDK Documentation

IEZLCDNative. Method 

 [This is preliminary documentation and subject to change.]

Draws a filled circle at the current location with the specified radius.

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

Parameters

radius
The radius of the circle (in pixels).

See Also

IEZLCDNative Interface | EZLCD.SDK Namespace