Aspose::Page::EPS::PsDocument::SetPaint method

PsDocument::SetPaint method

Sets paint in current graphics state.

void Aspose::Page::EPS::PsDocument::SetPaint(System::SharedPtr<System::Drawing::Brush> paint)
ParameterTypeDescription
paintSystem::SharedPtr<System::Drawing::Brush>The paint. It can be any subclass of Brush class existed in .NET platform.

See Also