Aspose::Page::EPS::Device::PdfDevice::WriteDash メソッド

PdfDevice::WriteDash method

ストロークのダッシュを書き出します。

void Aspose::Page::EPS::Device::PdfDevice::WriteDash(System::ArrayPtr<double> dash, double phase, System::Drawing::Drawing2D::DashCap dashCap, float width) override
パラメーター説明
ダッシュSystem::ArrayPtr<double>ダッシュパターン、または線が実線の場合は空の配列です。
位相doubleダッシュパターンの位相です。
ダッシュキャップSystem::Drawing::Drawing2D::DashCapダッシュパターンのダッシュキャップです。

参照