예제 #1
0
파일: STL.cpp 프로젝트: 0xPr0xy/ImageMagick
void Magick::pageImage::operator()( Magick::Image &image_ ) const
{
  image_.page( _pageSize );
}