SVGPatternElementBuilder.PatternTransform

SVGPatternElementBuilder.PatternTransform method

Sets the ‘patternTransform’ attribute of the SVG ‘pattern’ element, applying a transformation to the pattern.

public SVGPatternElementBuilder PatternTransform(Func<TransformBuilder, TransformBuilder> configure)
ParameterTypeDescription
configureFunc`2A delegate that configures the SVGTransformBuilder to build the transformation data.

Return Value

The current instance of SVGPatternElementBuilder for method chaining.

See Also