XpsDocument.CreateImageBrush
Contents
[
Hide
]CreateImageBrush(XpsImage, RectangleF, RectangleF)
Creates a new image brush.
public XpsImageBrush CreateImageBrush(XpsImage image, RectangleF viewbox, RectangleF viewport)
Parameter | Type | Description |
---|---|---|
image | XpsImage | An image resource. |
viewbox | RectangleF | The position and dimensions of the brush’s source content. |
viewport | RectangleF | The region in the containing coordinate space of the prime brush tile that is (possibly repeatedly) applied to fill the region to which the brush is applied |
Return Value
New image brush.
See Also
- class XpsImageBrush
- class XpsImage
- class XpsDocument
- namespace Aspose.Page.XPS
- assembly Aspose.Page
CreateImageBrush(string, RectangleF, RectangleF)
Creates a new image brush.
public XpsImageBrush CreateImageBrush(string imagePath, RectangleF viewbox, RectangleF viewport)
Parameter | Type | Description |
---|---|---|
imagePath | String | The path to the image to take as a brush tile. |
viewbox | RectangleF | The position and dimensions of the brush’s source content. |
viewport | RectangleF | The region in the containing coordinate space of the prime brush tile that is (possibly repeatedly) applied to fill the region to which the brush is applied |
Return Value
New image brush.
See Also
- class XpsImageBrush
- class XpsDocument
- namespace Aspose.Page.XPS
- assembly Aspose.Page