Magick++ 7.1.1
Loading...
Searching...
No Matches
Magick::textAntiAliasImage Class Reference
Collaboration diagram for Magick::textAntiAliasImage:

Public Member Functions

 textAntiAliasImage (const bool flag_)
 
void operator() (Image &image_) const
 

Private Attributes

bool _flag
 

Detailed Description

Definition at line 1796 of file STL.h.

Constructor & Destructor Documentation

◆ textAntiAliasImage()

Magick::textAntiAliasImage::textAntiAliasImage ( const bool  flag_)

Definition at line 1601 of file STL.cpp.

1602 : _flag( flag_ )
1603{
1604}

Member Function Documentation

◆ operator()()

void Magick::textAntiAliasImage::operator() ( Magick::Image image_) const

Definition at line 1605 of file STL.cpp.

1606{
1607 image_.textAntiAlias( _flag );
1608}

Member Data Documentation

◆ _flag

bool Magick::textAntiAliasImage::_flag
private

Definition at line 1804 of file STL.h.


The documentation for this class was generated from the following files: