TftEllipseS()

Library Description ›› Shapes ›› Ellipse ››
Parent Previous Next

TftEllipseS(wX_Center As Word, wY_Center As Word, bRadiusH As Byte, bRadiusV As Byte, wColor As Word)


wX_Center: X-coordinate of the ellipse center

wY_Center: Y-coordinate of the ellipse center

bRadiusH: Horizontal radius of the ellipse (in pixels)

bRadiusV: Vertical radius of the ellipse (in pixels)

wColor: Fill color in 16-bit 565 RGB format


Draws a solid color ellipse with the specified center coordinates, horizontal and vertical radii, and fill color.


Example:


TftSetUp(0)

TftResetScreen(BLACK)

TftEllipseE(90,60,80,40,GREEN)

TftEllipseS(240,80,60,20,YELLOW)

TftEllipse(140,170,120,50,0,BLUE,4,1)






Created with the Personal Edition of HelpNDoc: Easy EBook and documentation generator