|
Foxit PDF SDK
|
继承自 SystemIDisposable .
Public 成员函数 | |
| ShadingColor (uint firstcolor, uint secondcolor) | |
| 构造函数,带参数。 更多... | |
| ShadingColor () | |
| 构造函数 | |
| ShadingColor (ShadingColor shading_color) | |
| 拷贝构造函数。 更多... | |
| void | Set (uint firstcolor, uint secondcolor) |
| 设置值。 更多... | |
属性 | |
| uint | first_color [get, set] |
| 用于着色的第一种颜色。格式:0xAARRGGBB。 | |
| uint | second_color [get, set] |
| 用于着色的第二种颜色。格式:0xAARRGGBB。 | |
此类表示用于Type 2(轴向)着色的着色颜色。
|
inline |
构造函数,带参数。
| [in] | firstcolor | 用于着色颜色的第一种颜色。格式:0xAARRGGBB。 |
| [in] | secondcolor | 用于着色颜色的第二种颜色。格式:0xAARRGGBB。 |
|
inline |
拷贝构造函数。
| [in] | shading_color | 另一个着色颜色对象。 |
|
inline |
设置值。
| [in] | firstcolor | 用于着色的第一种颜色。格式:0xAARRGGBB。 |
| [in] | secondcolor | 用于着色的第二种颜色。格式:0xAARRGGBB。 |