SVGBuilderExtensions.TableValues
SVGBuilderExtensions.TableValues<TBuilder> method
Sets the ’tableValues’ attribute for a component transfer function element.
public static TBuilder TableValues<TBuilder>(this TBuilder builder, params double[] values)
where TBuilder : ISVGElementBuilder, ITransferFunctionAttributeSetter
Parameter | Description |
---|---|
TBuilder | The type of the SVG element builder. |
builder | The builder instance. |
values | The table values for the transfer function. |
Return Value
The builder instance for chaining.
See Also
- interface ISVGElementBuilder
- interface ITransferFunctionAttributeSetter
- class SVGBuilderExtensions
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG