SvgPlottingUtilGetFloatValue Method
Return the floating point representation of the caller's unit value.
Namespace: SvgPlottingAssembly: SvgPlotting (in SvgPlotting.dll) Version: 25.2714.4126
public static float GetFloatValue(
SvgImageItem svg,
string number,
HtmlNodeItem node
)
Public Shared Function GetFloatValue (
svg As SvgImageItem,
number As String,
node As HtmlNodeItem
) As Single
No code example is currently available or this language may not be supported.
- 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.
Single
A floating point base value corresponding to the caller's unit value,
aligned to the base type for the conversion category.