In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdViewer / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdViewer~AddConnectedLinesAnnotInteractive / AddConnectedLinesAnnotInteractive(Int32,Single,Single) Method

AddConnectedLinesAnnotInteractive(Int32,Single,Single) Method

In This Topic
Syntax
'Declaration

 

Public Overloads Sub AddConnectedLinesAnnotInteractive( _

   ByVal BorderColor As Integer, _

   ByVal BorderWidth As Single, _

   ByVal Opacity As Single _

) 
public void AddConnectedLinesAnnotInteractive( 

   int BorderColor,

   float BorderWidth,

   float Opacity

)
public procedure AddConnectedLinesAnnotInteractive( 

    BorderColor: Integer;

    BorderWidth: Single;

    Opacity: Single

); 
public function AddConnectedLinesAnnotInteractive( 

   BorderColor : int,

   BorderWidth : float,

   Opacity : float

);
public: void AddConnectedLinesAnnotInteractive( 

   int BorderColor,

   float BorderWidth,

   float Opacity

) 
public:

void AddConnectedLinesAnnotInteractive( 

   int BorderColor,

   float BorderWidth,

   float Opacity

) 

Parameters

BorderColor
BorderWidth
Opacity
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdViewer
GdViewer Members
Overload List