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.

参照

PdfDevice::WritePaint(System::SharedPtr<System::Drawing::Drawing2D::LinearGradientBrush>) method

指定されたグラデーションとしてペイントを書き出します。

void Aspose::Page::EPS::Device::PdfDevice::WritePaint(System::SharedPtr<System::Drawing::Drawing2D::LinearGradientBrush> c) override
パラメーター説明
cSystem::SharedPtr<System::Drawing::Drawing2D::LinearGradientBrush>The paint to be written

参照

PdfDevice::WritePaint(System::SharedPtr<System::Drawing::SolidBrush>) method

指定された色としてペイントを書き出します。

void Aspose::Page::EPS::Device::PdfDevice::WritePaint(System::SharedPtr<System::Drawing::SolidBrush> c) override
パラメーター説明
cSystem::SharedPtr<System::Drawing::SolidBrush>The color to be written.

参照

PdfDevice::WritePaint(System::SharedPtr<System::Drawing::TextureBrush>) method

指定されたテクスチャとしてペイントを書き出します。

void Aspose::Page::EPS::Device::PdfDevice::WritePaint(System::SharedPtr<System::Drawing::TextureBrush> c) override
パラメーター説明
cSystem::SharedPtr<System::Drawing::TextureBrush>The paint to be written

参照