ICanvasPatternSetTransform Method
Applies an SVGMatrix representing a linear transform to the pattern.

Namespace: Aspose.Html.Dom.Canvas
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
void SetTransform(
	SVGMatrix transform
)

Parameters

transform
Type: Aspose.Html.Dom.Svg.DataTypesSVGMatrix
An SVGMatrix to use as the pattern's transformation matrix.
See Also