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