In This Topic
GdPicture14.WPF Namespace / GdViewer Class / AddStickyNoteAnnotationInteractive Method

AddStickyNoteAnnotationInteractive Method (GdViewer)

In This Topic
Syntax
'Declaration

 

Public Sub AddStickyNoteAnnotationInteractive( _

   ByVal Text As String, _

   ByVal ForeColor As Color, _

   ByVal FontName As String, _

   ByVal FontStyle As FontStyle, _

   ByVal FontSize As Single, _

   ByVal Opacity As Single, _

   ByVal Rotation As Single _

) 
public void AddStickyNoteAnnotationInteractive( 

   string Text,

   Color ForeColor,

   string FontName,

   FontStyle FontStyle,

   float FontSize,

   float Opacity,

   float Rotation

)
public procedure AddStickyNoteAnnotationInteractive( 

    Text: String;

    ForeColor: Color;

    FontName: String;

    FontStyle: FontStyle;

    FontSize: Single;

    Opacity: Single;

    Rotation: Single

); 
public function AddStickyNoteAnnotationInteractive( 

   Text : String,

   ForeColor : Color,

   FontName : String,

   FontStyle : FontStyle,

   FontSize : float,

   Opacity : float,

   Rotation : float

);
public: void AddStickyNoteAnnotationInteractive( 

   string* Text,

   Color ForeColor,

   string* FontName,

   FontStyle FontStyle,

   float FontSize,

   float Opacity,

   float Rotation

) 
public:

void AddStickyNoteAnnotationInteractive( 

   String^ Text,

   Color ForeColor,

   String^ FontName,

   FontStyle FontStyle,

   float FontSize,

   float Opacity,

   float Rotation

) 

Parameters

Text
ForeColor
FontName
FontStyle
FontSize
Opacity
Rotation
See Also