Interface ICanvasPattern

Interface ICanvasPattern

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

画像、キャンバス、またはビデオに基づいたパターンを記述する不透明オブジェクトを表します。

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

メソッド

SetTransform(SVGMatrix)

パターンに線形変換を表すSVGMatrixを適用します。

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

パラメータ

transform SVGMatrix

パターンの変換行列として使用するSVGMatrix。

 日本語