Aspose::Page::EPS::Device::PdfDevice::WriteDash method

PdfDevice::WriteDash method

Writes out the dash of the stroke.

void Aspose::Page::EPS::Device::PdfDevice::WriteDash(System::ArrayPtr<double> dash, double phase, System::Drawing::Drawing2D::DashCap dashCap, float width) override
ParameterTypeDescription
dashSystem::ArrayPtr<double>The dash pattern or an empty array if line is solid.
phasedoubleThe phase of the dash pattern.
dashCapSystem::Drawing::Drawing2D::DashCapThe dash cap of the dash pattern.

See Also