XpsImageBrush

Inheritance: java.lang.Object, com.aspose.xps.XpsObject, com.aspose.xps.XpsBrush, com.aspose.xps.XpsTransformableBrush, com.aspose.xps.XpsTilingBrush

public final class XpsImageBrush extends XpsTilingBrush

Class incapsulating ImageBrush property element features. This element is used to fill a region with an image.

Methods

MethodDescription
getImageSource()Returns the URI of an image resource.
getImage()Returns image resource used to for the brush.
deepClone()Clones this image brush.

getImageSource()

public String getImageSource()

Returns the URI of an image resource.

Returns: java.lang.String - The URI of an image resource.

getImage()

public XpsImage getImage()

Returns image resource used to for the brush.

Returns: XpsImage - Image resource used to for the brush.

deepClone()

public XpsImageBrush deepClone()

Clones this image brush.

Returns: XpsImageBrush - Clone of this image brush.