Interface ICanvasPattern

Interface ICanvasPattern

Namespace: Aspose.Html.Dom.Canvas
Assembly: Aspose.HTML.dll (25.2.0)

Represents an opaque object describing a pattern, based on an image, a canvas or a video.

[ComVisible(true)]
[DOMNoInterfaceObject]
public interface ICanvasPattern

Methods

SetTransform(SVGMatrix)

Applies an SVGMatrix representing a linear transform to the pattern.

[DOMName("setTransform")]
void SetTransform(SVGMatrix transform)

Parameters

transform SVGMatrix

An SVGMatrix to use as the pattern’s transformation matrix.