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
Parameter | Type | Description |
---|---|---|
dash | System::ArrayPtr<double> | The dash pattern or an empty array if line is solid. |
phase | double | The phase of the dash pattern. |
dashCap | System::Drawing::Drawing2D::DashCap | The dash cap of the dash pattern. |
See Also
- Typedef ArrayPtr
- Enum DashCap
- Class PdfDevice
- Namespace Aspose::Page::EPS::Device
- Library Aspose.Page for C++