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
| Parameter | Type | 描述 |
|---|---|---|
| dash | System::ArrayPtr<double> | 如果线条是实线,则为虚线模式或空数组。 |
| phase | double | 虚线模式的相位。 |
| dashCap | System::Drawing::Drawing2D::DashCap | 虚线模式的端帽。 |
另见
- Typedef ArrayPtr
- Enum DashCap
- Class PdfDevice
- Namespace Aspose::Page::EPS::Device
- Library Aspose.Page for C++