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
ParameterType描述
dashSystem::ArrayPtr<double>如果线条是实线,则为虚线模式或空数组。
phasedouble虚线模式的相位。
dashCapSystem::Drawing::Drawing2D::DashCap虚线模式的端帽。

另见