Edit

Share via


RGBLedMatrix.DrawCircle Method

Definition

Draw a Circle on the display

public void DrawCircle (int xCenter, int yCenter, int radius, byte red, byte green, byte blue, bool backBuffer = false);
member this.DrawCircle : int * int * int * byte * byte * byte * bool -> unit
Public Sub DrawCircle (xCenter As Integer, yCenter As Integer, radius As Integer, red As Byte, green As Byte, blue As Byte, Optional backBuffer As Boolean = false)

Parameters

xCenter
Int32

x coordinate of the center

yCenter
Int32

y coordinate of the center

radius
Int32

radius length

red
Byte

red color of circle arc

green
Byte

green color of circle arc

blue
Byte

blue color of circle arc

backBuffer
Boolean

true if want use back buffer, false otherwise

Applies to