Interface ICanvasPattern

Interface ICanvasPattern

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

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

[DOMNoInterfaceObject]
[ComVisible(true)]
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.

 English