|
Foxit PDF SDK
|
Public 成员函数 | |
| ColorState (const ColorState &other) | |
| 构造函数,使用另一个颜色状态对象。 更多... | |
| ~ColorState () | |
| 析构函数。 | |
| common::Color | GetFillColor () |
| 获取填充颜色。 更多... | |
| common::Color | GetStrokeColor () |
| 获取描边颜色。 更多... | |
| bool | IsEmpty () const |
| 检查当前对象是否为空。 更多... | |
| bool | operator!= (const ColorState &other) const |
| 不等操作符。 更多... | |
| ColorState & | operator= (const ColorState &other) |
| 赋值操作符。 更多... | |
| bool | operator== (const ColorState &other) const |
| 相等操作符。 更多... | |
| void | SetFillColor (const common::Color &color) |
| 设置填充颜色。 更多... | |
| void | SetStrokeColor (const common::Color &color) |
| 设置描边颜色。 更多... | |
Public 成员函数 继承自 foxit::Base | |
| FS_HANDLE | Handle () const |
| 获取当前对象的句柄。 更多... | |
此类表示PDF颜色状态。
| foxit::pdf::graphics::ColorState::ColorState | ( | const ColorState & | other | ) |
构造函数,使用另一个颜色状态对象。
| [in] | other | 另一个颜色状态对象。 |
| common::Color foxit::pdf::graphics::ColorState::GetFillColor | ( | ) |
获取填充颜色。
| common::Color foxit::pdf::graphics::ColorState::GetStrokeColor | ( | ) |
获取描边颜色。
| bool foxit::pdf::graphics::ColorState::IsEmpty | ( | ) | const |
检查当前对象是否为空。
当当前对象为空时,意味着当前对象无用。
| bool foxit::pdf::graphics::ColorState::operator!= | ( | const ColorState & | other | ) | const |
不等操作符。
| [in] | other | 另一个颜色状态对象。此函数将检查当前对象是否不等于此对象。 |
| ColorState& foxit::pdf::graphics::ColorState::operator= | ( | const ColorState & | other | ) |
赋值操作符。
| [in] | other | 另一个颜色状态对象,其值将被赋给当前对象。 |
| bool foxit::pdf::graphics::ColorState::operator== | ( | const ColorState & | other | ) | const |
相等操作符。
| [in] | other | 另一个颜色状态对象。此函数将检查当前对象是否等于此对象。 |
| void foxit::pdf::graphics::ColorState::SetFillColor | ( | const common::Color & | color | ) |
设置填充颜色。
| [in] | color | 要设置为填充颜色的颜色。 |
| void foxit::pdf::graphics::ColorState::SetStrokeColor | ( | const common::Color & | color | ) |
设置描边颜色。
| [in] | color | 要设置为描边颜色的颜色。 |