OpenLayer
|
Shape
|
Ellipse
|
Circle
|
DrawDisk
DrawDisk
void
DrawDisk
(
const
Rgba
&color,
float
innerRadius )
Draws a filled disk. The outer radius of the disk is the radius of the Circle.
void
DrawDisk
(
const
Rgba
&innerColor,
const
Rgba
&outerColor,
float
innerRadius )
Draws a gradient filled disk with colors changing smootly along the radius.
Other functions of the class
Circle
DrawDisk
Draws a filled disk
DrawArc
Draws a filled arc of the Circle
SetRadius
Sets the radius of the circle
Back to the main page of the manual
Questions about DrawDisk? Click
here.