コード例 #1
0
ファイル: STL.cpp プロジェクト: 0xPr0xy/ImageMagick
void Magick::magnifyImage::operator()( Magick::Image &image_ ) const
{
  image_.magnify( );
}