I am Charmie

メモとログ

2012-07-17から1日間の記事一覧

Magick++: Draw a circle

Magick++ provides a sub-class DrawableCircle that draws a circle on an image canvas. We should note the crazy design of the class. The sub-class is called as image.draw( DrawableCircle(originX, originY, perimX, perimY) ); This call draw a …