Interface ICanvasPattern

Interface ICanvasPattern

名称: Aspose.Html.Dom.Canvas セットアップ: Aspose.HTML.dll (25.5.0)

画像、カンバス、またはビデオに基づいてパターンを記述する曖昧なオブジェクトを表します。

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

Methods

SetTransform(マトリックス)

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

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

Parameters

transform SVGMatrix

パターンの変換マトリックスとして使用するSVGMatrix。

 日本語