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