d2d ~master (2018-04-09T05:09:26Z)
Home
Dub
Repo
Renderer.fill
d2d
sdl2
Renderer
Renderer
Fills a polygon with a given color
void
fill
(
iRectangle
toFill
)
void
fill
(
iRectangle
toFill
,
Color
color
)
void
fill
(
iRectangle
bounds
,
double
startAngle
,
double
endAngle
)
void
fill
(
iRectangle
bounds
,
double
startAngle
,
double
endAngle
,
Color
color
)
void
fill
(
iPolygon
!
sides
toDraw
)
void
fill
(
iPolygon
!
sides
toDraw
,
Color
color
)
class
Renderer
void
fill
(
uint
sides
)
(
iPolygon
!
sides
toDraw
,
Color
color
)
Meta
Source
See Implementation
d2d
sdl2
Renderer
Renderer
constructors
this
destructors
~this
functions
clear
copy
draw
fill
present
properties
clipRect
drawBlendMode
drawColor
handle
info
logicalSize
outputSize
scale
viewport
Fills a polygon with a given color