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

PsDocument::ClipAndNewPath method

現在のグラフィックス状態にクリップを追加し、続いて "newpath" 演算子を書き込みます。この操作は、クリッピングパスとその後のパス(例: "charpath" 演算子で輪郭化されたグリフ)との合流を回避するために必要です。

void Aspose::Page::EPS::PsDocument::ClipAndNewPath(System::SharedPtr<System::Drawing::Drawing2D::GraphicsPath> s)
パラメーター説明
sSystem::SharedPtr<System::Drawing::Drawing2D::GraphicsPath>クリッピングパスです。

参照