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