Aspose::Page::EPS::Device::PdfDevice::WritePaint methode
inhoud
[
verbergen
]PdfDevice::WritePaint(System::SharedPtr<System::Drawing::Brush>) method
Schrijft verf weg.
void Aspose::Page::EPS::Device::PdfDevice::WritePaint(System::SharedPtr<System::Drawing::Brush> paint) override
| Parameter | Type | Beschrijving |
|---|---|---|
| verf | System::SharedPtr<System::Drawing::Brush> | De verf die moet worden geschreven. |
Zie ook
- 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
Schrijft verf weg als de opgegeven gradiënt.
void Aspose::Page::EPS::Device::PdfDevice::WritePaint(System::SharedPtr<System::Drawing::Drawing2D::LinearGradientBrush> c) override
| Parameter | Type | Beschrijving |
|---|---|---|
| c | System::SharedPtr<System::Drawing::Drawing2D::LinearGradientBrush> | De verf die moet worden geschreven |
Zie ook
- Typedef SharedPtr
- Class LinearGradientBrush
- Class PdfDevice
- Namespace Aspose::Page::EPS::Device
- Library Aspose.Page for C++
PdfDevice::WritePaint(System::SharedPtr<System::Drawing::SolidBrush>) method
Schrijft verf weg als de opgegeven kleur.
void Aspose::Page::EPS::Device::PdfDevice::WritePaint(System::SharedPtr<System::Drawing::SolidBrush> c) override
| Parameter | Type | Beschrijving |
|---|---|---|
| c | System::SharedPtr<System::Drawing::SolidBrush> | De kleur die moet worden geschreven. |
Zie ook
- Typedef SharedPtr
- Class SolidBrush
- Class PdfDevice
- Namespace Aspose::Page::EPS::Device
- Library Aspose.Page for C++
PdfDevice::WritePaint(System::SharedPtr<System::Drawing::TextureBrush>) method
Schrijft verf weg als de opgegeven textuur.
void Aspose::Page::EPS::Device::PdfDevice::WritePaint(System::SharedPtr<System::Drawing::TextureBrush> c) override
| Parameter | Type | Beschrijving |
|---|---|---|
| c | System::SharedPtr<System::Drawing::TextureBrush> | De verf die moet worden geschreven |
Zie ook
- Typedef SharedPtr
- Class TextureBrush
- Class PdfDevice
- Namespace Aspose::Page::EPS::Device
- Library Aspose.Page for C++