SvgPlottingUtilGetPixelValue Method

Return the pixel value of the caller's number string.

Definition

Namespace: SvgPlotting
Assembly: SvgPlotting (in SvgPlotting.dll) Version: 25.2714.4126
C#
public static float GetPixelValue(
	SvgImageItem svg,
	string number,
	HtmlNodeItem node
)

Parameters

svg  SvgImageItem
Reference to the SVG image being processed.
number  String
The string number value for which the pixel value will be found.
node  HtmlNodeItem
Reference to the current HTML node in context to be used if relative units need to be converted.

Return Value

Single
The single floating point value representing the pixel value of the caller's numeric string.

See Also