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
| Parameter | Type | 描述 |
|---|---|---|
| 绘图 | System::SharedPtr<System::Drawing::Brush> | 要写入的画笔。 |
另见
- Typedef SharedPtr
- Class Brush
- Class PdfDevice
- Namespace Aspose::Page::EPS::Device
- Library Aspose.Page for C++
PdfDevice::WritePaint(System::SharedPtr<System::Drawing::Drawing2D::LinearGradientBrush>) method
将绘画写为指定渐变。
void Aspose::Page::EPS::Device::PdfDevice::WritePaint(System::SharedPtr<System::Drawing::Drawing2D::LinearGradientBrush> c) override
| Parameter | Type | 描述 |
|---|---|---|
| c | System::SharedPtr<System::Drawing::Drawing2D::LinearGradientBrush> | 要写入的画笔 |
另见
- Typedef SharedPtr
- Class LinearGradientBrush
- Class PdfDevice
- Namespace Aspose::Page::EPS::Device
- Library Aspose.Page for C++
PdfDevice::WritePaint(System::SharedPtr<System::Drawing::SolidBrush>) method
将绘画写为指定颜色。
void Aspose::Page::EPS::Device::PdfDevice::WritePaint(System::SharedPtr<System::Drawing::SolidBrush> c) override
| Parameter | Type | 描述 |
|---|---|---|
| c | System::SharedPtr<System::Drawing::SolidBrush> | 要写入的颜色。 |
另见
- Typedef SharedPtr
- Class SolidBrush
- Class PdfDevice
- Namespace Aspose::Page::EPS::Device
- Library Aspose.Page for C++
PdfDevice::WritePaint(System::SharedPtr<System::Drawing::TextureBrush>) method
将绘画写为指定纹理。
void Aspose::Page::EPS::Device::PdfDevice::WritePaint(System::SharedPtr<System::Drawing::TextureBrush> c) override
| Parameter | Type | 描述 |
|---|---|---|
| c | System::SharedPtr<System::Drawing::TextureBrush> | 要写入的画笔 |
另见
- Typedef SharedPtr
- Class TextureBrush
- Class PdfDevice
- Namespace Aspose::Page::EPS::Device
- Library Aspose.Page for C++