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
| パラメーター | 型 | 説明 |
|---|---|---|
| ペイント | System::SharedPtr\System::Drawing::Brush\\ | The paint to be written. |
参照
- 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
| パラメーター | 型 | 説明 |
|---|---|---|
| c | System::SharedPtr<System::Drawing::Drawing2D::LinearGradientBrush> | The paint to be written |
参照
- 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
| パラメーター | 型 | 説明 |
|---|---|---|
| c | System::SharedPtr<System::Drawing::SolidBrush> | The color to be written. |
参照
- 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
| パラメーター | 型 | 説明 |
|---|---|---|
| c | System::SharedPtr<System::Drawing::TextureBrush> | The paint to be written |
参照
- Typedef SharedPtr
- Class TextureBrush
- Class PdfDevice
- Namespace Aspose::Page::EPS::Device
- Library Aspose.Page for C++