Aspose::Pdf::Operators::SetGrayStroke class
SetGrayStroke class
Class representing gray level for stroking operations.
class SetGrayStroke : public Aspose::Pdf::Operators::SetColorOperator
Methods
Method | Description |
---|---|
Accept(System::SharedPtr<IOperatorSelector>) override | Accepts visitor object to process operator. |
get_Gray() const | Gets the level of gray value. |
getColor() override | Returns color specified by operator. |
set_Gray(double) | Sets the level of gray value. |
SetGrayStroke(double) | Initializes operator with the specified color. |
ToString() const override | Returns text representation of operator. |
See Also
- Class SetColorOperator
- Namespace Aspose::Pdf::Operators
- Library Aspose.PDF for C++