In This Topic
GdPicture14.WPF Namespace / GdViewer Class / AddFreeHandHighlighterAnnotInteractive Method / AddFreeHandHighlighterAnnotInteractive(Color,Single) Method

AddFreeHandHighlighterAnnotInteractive(Color,Single) Method

In This Topic
Syntax
'Declaration

 

Public Overloads Sub AddFreeHandHighlighterAnnotInteractive( _

   ByVal BorderColor As Color, _

   ByVal BorderWidth As Single _

) 
public void AddFreeHandHighlighterAnnotInteractive( 

   Color BorderColor,

   float BorderWidth

)
public procedure AddFreeHandHighlighterAnnotInteractive( 

    BorderColor: Color;

    BorderWidth: Single

); 
public function AddFreeHandHighlighterAnnotInteractive( 

   BorderColor : Color,

   BorderWidth : float

);
public: void AddFreeHandHighlighterAnnotInteractive( 

   Color BorderColor,

   float BorderWidth

) 
public:

void AddFreeHandHighlighterAnnotInteractive( 

   Color BorderColor,

   float BorderWidth

) 

Parameters

BorderColor
BorderWidth
See Also