Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::CreateVisualBrush method

PageAPI::CreateVisualBrush method

新しいビジュアルブラシを作成します。

System::SharedPtr<XpsModel::XpsVisualBrush> Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::CreateVisualBrush(System::SharedPtr<XpsModel::XpsContentElement> element, System::Drawing::RectangleF viewbox, System::Drawing::RectangleF viewport)
パラメーター説明
elementSystem::SharedPtr<XpsModel::XpsContentElement>Visual プロパティのビジュアルブラシ用の XPS 要素 (Canvas, Path または Glyphs)。
viewboxSystem::Drawing::RectangleFブラシのソースコンテンツの位置と寸法です。
ビューポートSystem::Drawing::RectangleFプライムブラシタイルが(必要に応じて繰り返し)適用され、ブラシが適用される領域を埋めるために使用される、包含座標空間内の領域です。

ReturnValue

新しいビジュアルブラシです。

参照