'Declaration
<DispIdAttribute(117)> Function DrawWrappedText( _ 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 Text As String, _ ByVal UseFontBBox As Boolean, _ ByRef StartPos As Integer _ ) As GdPictureStatus
[DispId(117)] GdPictureStatus DrawWrappedText( string FontResName, float Left, float Top, float Right, float Bottom, TextAlignment HorizontalAlignment, string Text, bool UseFontBBox, ref int StartPos )
function DrawWrappedText( FontResName: String; Left: Single; Top: Single; Right: Single; Bottom: Single; HorizontalAlignment: TextAlignment; Text: String; UseFontBBox: Boolean; var StartPos: Integer ): GdPictureStatus;
DispIdAttribute(117) function DrawWrappedText( FontResName : String, Left : float, Top : float, Right : float, Bottom : float, HorizontalAlignment : TextAlignment, Text : String, UseFontBBox : boolean, StartPos : int ) : GdPictureStatus;
[DispId(117)] GdPictureStatus DrawWrappedText( string* FontResName, float Left, float Top, float Right, float Bottom, TextAlignment HorizontalAlignment, string* Text, bool UseFontBBox, ref int StartPos )
[DispId(117)] GdPictureStatus DrawWrappedText( String^ FontResName, float Left, float Top, float Right, float Bottom, TextAlignment HorizontalAlignment, String^ Text, bool UseFontBBox, int% StartPos )
Parameters
- FontResName
- Left
- Top
- Right
- Bottom
- HorizontalAlignment
- Text
- UseFontBBox
- StartPos