'Declaration<DispIdAttribute(298)> Function DrawTextBackColor( _ ByVal ImageID As Integer, _ ByVal Text As String, _ ByVal DstLeft As Integer, _ ByVal DstTop As Integer, _ ByVal FontSize As Single, _ ByVal FontStyle As FontStyle, _ ByVal TextColor As Integer, _ ByVal BackColor As Integer, _ ByVal FontName As String, _ ByVal AntiAlias As Boolean _ ) As GdPictureStatus
[DispId(298)] GdPictureStatus DrawTextBackColor( int ImageID, string Text, int DstLeft, int DstTop, float FontSize, FontStyle FontStyle, int TextColor, int BackColor, string FontName, bool AntiAlias )
function DrawTextBackColor(
ImageID: Integer;
Text: String;
DstLeft: Integer;
DstTop: Integer;
FontSize: Single;
FontStyle: FontStyle;
TextColor: Integer;
BackColor: Integer;
FontName: String;
AntiAlias: Boolean
): GdPictureStatus;
DispIdAttribute(298) function DrawTextBackColor( ImageID : int, Text : String, DstLeft : int, DstTop : int, FontSize : float, FontStyle : FontStyle, TextColor : int, BackColor : int, FontName : String, AntiAlias : boolean ) : GdPictureStatus;
Parameters
- ImageID
- Text
- DstLeft
- DstTop
- FontSize
- FontStyle
- TextColor
- BackColor
- FontName
- AntiAlias