Aspose::Page::EPS::Device::PdfDevice::WritePaint method

PdfDevice::WritePaint(System::SharedPtr<System::Drawing::Brush>) method

Writes out paint.

void Aspose::Page::EPS::Device::PdfDevice::WritePaint(System::SharedPtr<System::Drawing::Brush> paint) override
ParameterTypeDescription
paintSystem::SharedPtr<System::Drawing::Brush>The paint to be written.

See Also

PdfDevice::WritePaint(System::SharedPtr<System::Drawing::Drawing2D::LinearGradientBrush>) method

Writes out paint as the given gradient.

void Aspose::Page::EPS::Device::PdfDevice::WritePaint(System::SharedPtr<System::Drawing::Drawing2D::LinearGradientBrush> c) override
ParameterTypeDescription
cSystem::SharedPtr<System::Drawing::Drawing2D::LinearGradientBrush>The paint to be written

See Also

PdfDevice::WritePaint(System::SharedPtr<System::Drawing::SolidBrush>) method

Writes out paint as the given color.

void Aspose::Page::EPS::Device::PdfDevice::WritePaint(System::SharedPtr<System::Drawing::SolidBrush> c) override
ParameterTypeDescription
cSystem::SharedPtr<System::Drawing::SolidBrush>The color to be written.

See Also

PdfDevice::WritePaint(System::SharedPtr<System::Drawing::TextureBrush>) method

Writes out paint as the given texture.

void Aspose::Page::EPS::Device::PdfDevice::WritePaint(System::SharedPtr<System::Drawing::TextureBrush> c) override
ParameterTypeDescription
cSystem::SharedPtr<System::Drawing::TextureBrush>The paint to be written

See Also