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