d2d ~master (2018-04-09T05:09:26Z)
Home
Dub
Repo
Surface.fill
d2d
sdl2
Surface
Surface
Fills a polygon on the surface with the given color
void
fill
(
iRectangle
destination
,
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
,
Color
color
)
class
Surface
void
fill
(
uint
sides
)
(
iPolygon
!
sides
toDraw
,
Color
color
)
Meta
Source
See Implementation
d2d
sdl2
Surface
Surface
constructors
this
destructors
~this
functions
blit
draw
fill
saveBMP
properties
alphaMod
blendMode
clipRect
colorMod
dimensions
handle
Fills a polygon on the surface with the given color