SvgPlottingUtilGetPixelValue Method
Return the pixel value of the caller's number string.
Namespace: SvgPlottingAssembly: SvgPlotting (in SvgPlotting.dll) Version: 25.2714.4126
public static float GetPixelValue(
SvgImageItem svg,
string number,
HtmlNodeItem node
)
Public Shared Function GetPixelValue (
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 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.
Single
The single floating point value representing the pixel value of the
caller's numeric string.