Foxit PDF SDK
|
Public Member Functions | |
ColorState (ColorState other) | |
Constructor, with another color state object. More... | |
Color | GetFillColor () |
Get fill color. More... | |
Color | GetStrokeColor () |
Get stroke color. More... | |
bool | IsEmpty () |
Check whether current object is empty or not. More... | |
void | SetFillColor (Color color) |
Set fill color. More... | |
void | SetStrokeColor (Color color) |
Set stroke color. More... | |
This class represents PDF color state.
|
inline |
Constructor, with another color state object.
[in] | other | Another color state object. |
|
inline |
Get fill color.
|
inline |
Get stroke color.
|
inline |
Check whether current object is empty or not.
When the current object is empty, that means current object is useless.
|
inline |
Set fill color.
[in] | color | A color to be set as fill color. |
|
inline |
Set stroke color.
[in] | color | A color to be set as stroke color. |