In This Topic
GdPicture14 Namespace / ThumbnailEx Class / SetItemsFont Method

SetItemsFont Method (ThumbnailEx)

In This Topic
Syntax
'Declaration

 

Public Function SetItemsFont( _

   ByVal FontName As String, _

   ByVal FontSize As Single, _

   ByVal FontStyle As FontStyle _

) As GdPictureStatus
public GdPictureStatus SetItemsFont( 

   string FontName,

   float FontSize,

   FontStyle FontStyle

)
public function SetItemsFont( 

    FontName: String;

    FontSize: Single;

    FontStyle: FontStyle

): GdPictureStatus; 
public function SetItemsFont( 

   FontName : String,

   FontSize : float,

   FontStyle : FontStyle

) : GdPictureStatus;
public: GdPictureStatus SetItemsFont( 

   string* FontName,

   float FontSize,

   FontStyle FontStyle

) 
public:

GdPictureStatus SetItemsFont( 

   String^ FontName,

   float FontSize,

   FontStyle FontStyle

) 

Parameters

FontName
FontSize
FontStyle
See Also