Foxit PDF SDK
foxit.pdf.annots.ShadingColor类 参考

继承自 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(轴向)着色的着色颜色。

构造及析构函数说明

◆ ShadingColor() [1/2]

foxit.pdf.annots.ShadingColor.ShadingColor ( uint  firstcolor,
uint  secondcolor 
)
inline

构造函数,带参数。

参数
[in]firstcolor用于着色颜色的第一种颜色。格式:0xAARRGGBB。
[in]secondcolor用于着色颜色的第二种颜色。格式:0xAARRGGBB。

◆ ShadingColor() [2/2]

foxit.pdf.annots.ShadingColor.ShadingColor ( ShadingColor  shading_color)
inline

拷贝构造函数。

参数
[in]shading_color另一个着色颜色对象。

成员函数说明

◆ Set()

void foxit.pdf.annots.ShadingColor.Set ( uint  firstcolor,
uint  secondcolor 
)
inline

设置值。

参数
[in]firstcolor用于着色的第一种颜色。格式:0xAARRGGBB。
[in]secondcolor用于着色的第二种颜色。格式:0xAARRGGBB。
返回
无。