SvgPlottingUtilGetFloatValue Method

Return the floating point representation of the caller's unit value.

Definition

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

Parameters

svg  SvgImageItem
Reference to the SVG object being processed.
number  String
A text numeric value, in HTML units.
node  HtmlNodeItem
Reference the node to inspect.

Return Value

Single
A floating point base value corresponding to the caller's unit value, aligned to the base type for the conversion category.

See Also