GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPictureImaging / GetTextWidth Method





In This Topic
GetTextWidth Method (IGdPictureImaging)
In This Topic
Syntax
'Declaration
 
<DispIdAttribute(425)>
Function GetTextWidth( _
   ByVal ImageID As Integer, _
   ByVal Text As String, _
   ByVal FontName As String, _
   ByVal FontSize As Single, _
   ByVal FontStyle As FontStyle _
) As Single
[DispId(425)]
float GetTextWidth( 
   int ImageID,
   string Text,
   string FontName,
   float FontSize,
   FontStyle FontStyle
)
function GetTextWidth( 
    ImageID: Integer;
    Text: String;
    FontName: String;
    FontSize: Single;
    FontStyle: FontStyle
): Single; 
DispIdAttribute(425)
function GetTextWidth( 
   ImageID : int,
   Text : String,
   FontName : String,
   FontSize : float,
   FontStyle : FontStyle
) : float;
[DispId(425)]
float GetTextWidth( 
   int ImageID,
   string* Text,
   string* FontName,
   float FontSize,
   FontStyle FontStyle
) 
[DispId(425)]
float GetTextWidth( 
   int ImageID,
   String^ Text,
   String^ FontName,
   float FontSize,
   FontStyle FontStyle
) 

Parameters

ImageID
Text
FontName
FontSize
FontStyle
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPictureImaging
IGdPictureImaging Members