Aspose::Page::EPS::Device::PdfDevice::WritePaint 方法

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

写出绘画。

void Aspose::Page::EPS::Device::PdfDevice::WritePaint(System::SharedPtr<System::Drawing::Brush> paint) override
ParameterType描述
绘图System::SharedPtr<System::Drawing::Brush>要写入的画笔。

另见

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

将绘画写为指定渐变。

void Aspose::Page::EPS::Device::PdfDevice::WritePaint(System::SharedPtr<System::Drawing::Drawing2D::LinearGradientBrush> c) override
ParameterType描述
cSystem::SharedPtr<System::Drawing::Drawing2D::LinearGradientBrush>要写入的画笔

另见

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

将绘画写为指定颜色。

void Aspose::Page::EPS::Device::PdfDevice::WritePaint(System::SharedPtr<System::Drawing::SolidBrush> c) override
ParameterType描述
cSystem::SharedPtr<System::Drawing::SolidBrush>要写入的颜色。

另见

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

将绘画写为指定纹理。

void Aspose::Page::EPS::Device::PdfDevice::WritePaint(System::SharedPtr<System::Drawing::TextureBrush> c) override
ParameterType描述
cSystem::SharedPtr<System::Drawing::TextureBrush>要写入的画笔

另见