Aspose::Page::EPS::Device::PdfDevice::WritePaint method
Contents
[
Hide
]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
Parameter | Type | Description |
---|---|---|
paint | System::SharedPtr<System::Drawing::Brush> | The paint to be written. |
See Also
- 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
Writes out paint as the given gradient.
void Aspose::Page::EPS::Device::PdfDevice::WritePaint(System::SharedPtr<System::Drawing::Drawing2D::LinearGradientBrush> c) override
Parameter | Type | Description |
---|---|---|
c | System::SharedPtr<System::Drawing::Drawing2D::LinearGradientBrush> | The paint to be written |
See Also
- Typedef SharedPtr
- Class LinearGradientBrush
- Class PdfDevice
- Namespace Aspose::Page::EPS::Device
- Library Aspose.Page for C++
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
Parameter | Type | Description |
---|---|---|
c | System::SharedPtr<System::Drawing::SolidBrush> | The color to be written. |
See Also
- Typedef SharedPtr
- Class SolidBrush
- Class PdfDevice
- Namespace Aspose::Page::EPS::Device
- Library Aspose.Page for C++
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
Parameter | Type | Description |
---|---|---|
c | System::SharedPtr<System::Drawing::TextureBrush> | The paint to be written |
See Also
- Typedef SharedPtr
- Class TextureBrush
- Class PdfDevice
- Namespace Aspose::Page::EPS::Device
- Library Aspose.Page for C++