Aspose::Page::EPS::PsDocument::ClipAndNewPath method

PsDocument::ClipAndNewPath method

向当前图形状态添加裁剪,然后写入 "newpath" 操作符。这样做是为了避免此裁剪路径与后续路径(例如使用 "charpath" 操作符描边的字形)相交。

void Aspose::Page::EPS::PsDocument::ClipAndNewPath(System::SharedPtr<System::Drawing::Drawing2D::GraphicsPath> s)
ParameterType描述
sSystem::SharedPtr<System::Drawing::Drawing2D::GraphicsPath>剪裁路径。

另见