GdPicture.NET.14
GdPicture14 Namespace / GdViewer Class / AddTextAnnotationInteractive Method





In This Topic
AddTextAnnotationInteractive Method (GdViewer)
In This Topic
Syntax
'Declaration
 
Public Sub AddTextAnnotationInteractive( _
   ByVal Text As String, _
   ByVal ForeColor As Color, _
   ByVal FontName As String, _
   ByVal FontStyle As FontStyle, _
   ByVal FontSize As Single, _
   ByVal Fill As Boolean, _
   ByVal BorderColor As Color, _
   ByVal BackColor As Color, _
   ByVal Opacity As Single, _
   ByVal Rotation As Single _
) 
public void AddTextAnnotationInteractive( 
   string Text,
   Color ForeColor,
   string FontName,
   FontStyle FontStyle,
   float FontSize,
   bool Fill,
   Color BorderColor,
   Color BackColor,
   float Opacity,
   float Rotation
)
public procedure AddTextAnnotationInteractive( 
    Text: String;
    ForeColor: Color;
    FontName: String;
    FontStyle: FontStyle;
    FontSize: Single;
    Fill: Boolean;
    BorderColor: Color;
    BackColor: Color;
    Opacity: Single;
    Rotation: Single
); 
public function AddTextAnnotationInteractive( 
   Text : String,
   ForeColor : Color,
   FontName : String,
   FontStyle : FontStyle,
   FontSize : float,
   Fill : boolean,
   BorderColor : Color,
   BackColor : Color,
   Opacity : float,
   Rotation : float
);
public: void AddTextAnnotationInteractive( 
   string* Text,
   Color ForeColor,
   string* FontName,
   FontStyle FontStyle,
   float FontSize,
   bool Fill,
   Color BorderColor,
   Color BackColor,
   float Opacity,
   float Rotation
) 
public:
void AddTextAnnotationInteractive( 
   String^ Text,
   Color ForeColor,
   String^ FontName,
   FontStyle FontStyle,
   float FontSize,
   bool Fill,
   Color BorderColor,
   Color BackColor,
   float Opacity,
   float Rotation
) 

Parameters

Text
ForeColor
FontName
FontStyle
FontSize
Fill
BorderColor
BackColor
Opacity
Rotation
See Also