Namespace: PalmSens.Plot
Assembly: PalmSens.Plot (in PalmSens.Plot.dll)

Syntax

Visual Basic (Declaration)
Protected Function GetAxFontWidth( _ 
   ByVal s As String _ 
) As Single
C#
protected float GetAxFontWidth(
   string s
)
C++
protected:
 float GetAxFontWidth(
   String s
) sealed 
J#
protected float GetAxFontWidth(
   string s
)
JScript
protected  function GetAxFontWidth(
   s : String
) : float

Parameters

s

Missing <param name="s"> tag for "M:PalmSens.Plot.AxesImage.GetAxFontWidth(System.String)"

Return Value

Missing <returns> tag for "M:PalmSens.Plot.AxesImage.GetAxFontWidth(System.String)"

See Also