SVGBuilderExtensions.ClipRule
SVGBuilderExtensions.ClipRule<TBuilder> method
Sets the ‘clip-rule’ attribute for an SVG element.
public static TBuilder ClipRule<TBuilder>(this TBuilder builder, ClipRule value)
where TBuilder : IAttributeSetter, IPresentationAttributeSetter
Parameter | Description |
---|---|
TBuilder | The type of the SVG element builder. |
builder | The builder instance. |
value | The clip rule value to set. |
Return Value
The builder instance for chaining.
See Also
- enum ClipRule
- interface IAttributeSetter
- interface IPresentationAttributeSetter
- class SVGBuilderExtensions
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG