|
Foxit PDF SDK
|
Public 成员函数 | |
| FLDRender (const Bitmap &bitmap) | |
| 构造函数。 更多... | |
| FLDRender (const FLDRender &other) | |
| 构造函数,通过另一个FLDRender对象。 更多... | |
| ~FLDRender () | |
| 析构函数。 | |
| bool | IsEmpty () const |
| 检查当前对象是否为空。 更多... | |
| bool | operator != (const FLDRender &other) const |
| 不相等操作符 更多... | |
| FLDRender & | operator= (const FLDRender &other) |
| 赋值操作符。 更多... | |
| bool | operator== (const FLDRender &other) const |
| 相等操作符 更多... | |
| bool | Render (const foxit::fld::FLDPage &page, const Matrix &matrix) |
| 渲染FLD页面。 更多... | |
| void | SetRenderOption (const FLDRenderOption &render_option) |
| 设置渲染选项。 更多... | |
Public 成员函数 继承自 foxit::Base | |
| FS_HANDLE | Handle () const |
| 获取当前对象的句柄。 更多... | |
此类表示和FLD渲染相关的方法。
|
explicit |
构造函数。
| [in] | bitmap | 用于渲染的位图。用户应确保该位图在当前渲染对象的整个生命周期内保持有效。 |
| foxit::common::FLDRender::FLDRender | ( | const FLDRender & | other | ) |
构造函数,通过另一个FLDRender对象。
| [in] | other | 另一个FLDRender对象。 |
| bool foxit::common::FLDRender::IsEmpty | ( | ) | const |
检查当前对象是否为空。
当前对象为空时,表示当前对象是无用的。
| bool foxit::common::FLDRender::operator != | ( | const FLDRender & | other | ) | const |
不相等操作符
| [in] | other | 另一个FLDRender对象。此函数将检查当前对象是否不等于这个对象。 |
赋值操作符。
| [in] | other | 另一个FLDRender对象,其值将被赋给当前对象。 |
| bool foxit::common::FLDRender::operator== | ( | const FLDRender & | other | ) | const |
相等操作符
| [in] | other | 另一个FLDRender对象。此函数将检查当前对象是否等于这个对象。 |
| bool foxit::common::FLDRender::Render | ( | const foxit::fld::FLDPage & | page, |
| const Matrix & | matrix | ||
| ) |
渲染FLD页面。
| [in] | page | 需要渲染的FLD页面。 |
| [in] | matrix | 用于渲染的矩阵。 |
| void foxit::common::FLDRender::SetRenderOption | ( | const FLDRenderOption & | render_option | ) |
设置渲染选项。
| [in] | render_option | 渲染选项。 |