ICanvasPattern.SetTransform

ICanvasPattern.SetTransform method

Applies an SVGMatrix representing a linear transform to the pattern.

public void SetTransform(SVGMatrix transform)
ParameterTypeDescription
transformSVGMatrixAn SVGMatrix to use as the pattern’s transformation matrix.

See Also