Interface ICanvasPattern

Interface ICanvasPattern

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

Reprezentuje nieprzezroczysty obiekt opisujący wzór, oparty na obrazie, kanwie lub wideo.

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

Metody

SetTransform(SVGMatrix)

Zastosowuje SVGMatrix reprezentującą transformację liniową do wzoru.

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

Parametry

transform SVGMatrix

SVGMatrix, która ma być użyta jako macierz transformacji wzoru.

 Polski