'Declaration
<DispIdAttribute(114)> Function DrawTextBox( _ ByVal FontResName As String, _ ByVal Left As Single, _ ByVal Top As Single, _ ByVal Right As Single, _ ByVal Bottom As Single, _ ByVal HorizontalAlignment As TextAlignment, _ ByVal VerticalAlignment As TextAlignment, _ ByVal Text As String _ ) As GdPictureStatus
[DispId(114)] GdPictureStatus DrawTextBox( string FontResName, float Left, float Top, float Right, float Bottom, TextAlignment HorizontalAlignment, TextAlignment VerticalAlignment, string Text )
function DrawTextBox( FontResName: String; Left: Single; Top: Single; Right: Single; Bottom: Single; HorizontalAlignment: TextAlignment; VerticalAlignment: TextAlignment; Text: String ): GdPictureStatus;
DispIdAttribute(114) function DrawTextBox( FontResName : String, Left : float, Top : float, Right : float, Bottom : float, HorizontalAlignment : TextAlignment, VerticalAlignment : TextAlignment, Text : String ) : GdPictureStatus;
[DispId(114)] GdPictureStatus DrawTextBox( string* FontResName, float Left, float Top, float Right, float Bottom, TextAlignment HorizontalAlignment, TextAlignment VerticalAlignment, string* Text )
[DispId(114)] GdPictureStatus DrawTextBox( String^ FontResName, float Left, float Top, float Right, float Bottom, TextAlignment HorizontalAlignment, TextAlignment VerticalAlignment, String^ Text )
Parameters
- FontResName
- Left
- Top
- Right
- Bottom
- HorizontalAlignment
- VerticalAlignment
- Text