Class XpsImageBrush

Class XpsImageBrush

Namespace: Aspose.Page.XPS.XpsModel
Assembly: Aspose.Page.dll (25.4.0)

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

public sealed class XpsImageBrush : XpsTilingBrush

Inheritance

object XpsObject XpsBrush XpsTransformableBrush XpsTilingBrush XpsImageBrush

Inherited Members

XpsTilingBrush.Viewbox , XpsTilingBrush.Viewport , XpsTilingBrush.TileMode , XpsTransformableBrush.Transform , XpsBrush.Opacity , object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Properties

Image

Returns image resource used to for the brush.

public XpsImage Image { get; }

Property Value

XpsImage

ImageSource

Returns the URI of an image resource.

public string ImageSource { get; }

Property Value

string

Methods

Clone()

Clones this image brush.

public XpsImageBrush Clone()

Returns

XpsImageBrush

Clone of this image brush.

 English