GD2::Canvas::Ellipse
# File lib/gd2/canvas.rb, line 178 def draw(image, mode) SYM[:gdImageFilledEllipse].call(image.image_ptr, @center.x, @center.y, @width, @height, mode) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.