طريقة 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++