'Declaration
Public Function GetTextHeight( _ ByVal ImageID As Integer, _ ByVal Text As String, _ ByVal FontName As String, _ ByVal FontSize As Single, _ ByVal FontStyle As FontStyle _ ) As Single
public float GetTextHeight( int ImageID, string Text, string FontName, float FontSize, FontStyle FontStyle )
public function GetTextHeight( ImageID: Integer; Text: String; FontName: String; FontSize: Single; FontStyle: FontStyle ): Single;
public function GetTextHeight( ImageID : int, Text : String, FontName : String, FontSize : float, FontStyle : FontStyle ) : float;
Parameters
- ImageID
- Text
- FontName
- FontSize
- FontStyle