Foxit PDF SDK
FSColorState类 参考
类 FSColorState 继承关系图:
FSBase

构造函数

(id) - initWithOther:
 构造函数,使用另一个颜色状态对象。
更多...
 
(BOOL) - isEmpty
 检查当前对象是否为空。
更多...
 

属性

FSColorfillColor
 获取填充颜色。

 
FSColorstrokeColor
 获取描边颜色。

 

详细描述

此类表示PDF颜色状态。

函数文档

◆ initWithOther:()

- (id) initWithOther: (FSColorState*)  other

构造函数,使用另一个颜色状态对象。

参数
[in]other另一个颜色状态对象。

◆ isEmpty()

- (BOOL) isEmpty

检查当前对象是否为空。

当当前对象为空时,意味着当前对象无用。

返回
YES 表示当前对象为空,NO 表示不为空。