'Declaration Public Function GetFontSizeInPoints( _
ByVal symbolThe symbol.As TextRegionSymbol _
) As Single
public float GetFontSizeInPoints(
TextRegionSymbol symbol
)
public: float GetFontSizeInPoints(
TextRegionSymbol* symbol
)
public:
float GetFontSizeInPoints(
TextRegionSymbol^ symbol
)
Parameters
- symbol
- The symbol.
Return Value
The font size, in points.