ICanvasPatternSetTransform Method |
Applies an SVGMatrix representing a linear transform to the pattern.
Namespace: Aspose.Html.Dom.CanvasAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax void SetTransform(
SVGMatrix transform
)
Sub SetTransform (
transform As SVGMatrix
)
void SetTransform(
SVGMatrix^ transform
)
abstract SetTransform :
transform : SVGMatrix -> unit
Parameters
- transform
- Type: Aspose.Html.Dom.Svg.DataTypesSVGMatrix
An SVGMatrix to use as the pattern's transformation matrix.
See Also