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
Γράφει το χρώμα ως το δοσμένο gradient.
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++