Aspose::Page::XPS::XpsDocument::CreateVisualBrush メソッド
XpsDocument::CreateVisualBrush method
新しいビジュアルブラシを作成します。
System::SharedPtr<XpsModel::XpsVisualBrush> Aspose::Page::XPS::XpsDocument::CreateVisualBrush(System::SharedPtr<XpsModel::XpsContentElement> element, System::Drawing::RectangleF viewbox, System::Drawing::RectangleF viewport)
| パラメーター | 型 | 説明 |
|---|---|---|
| element | System::SharedPtr<XpsModel::XpsContentElement> | Visual プロパティのビジュアルブラシ用の XPS 要素 (Canvas、Path、または Glyphs)。 |
| viewbox | System::Drawing::RectangleF | ブラシのソースコンテンツの位置と寸法です。 |
| ビューポート | System::Drawing::RectangleF | プライムブラシタイルが(必要に応じて繰り返し)適用され、ブラシが適用される領域を埋めるために使用される、包含座標空間内の領域です。 |
ReturnValue
新しいビジュアルブラシです。
参照
- Typedef SharedPtr
- Class XpsVisualBrush
- Class XpsContentElement
- Class RectangleF
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++