In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdViewer / AddLineAnnotInteractive Method

AddLineAnnotInteractive Method (IGdViewer)

In This Topic
Syntax
'Declaration

 

<DispIdAttribute(73)>

Sub AddLineAnnotInteractive( _

   ByVal BorderColor As Integer, _

   ByVal BorderWidth As Single, _

   ByVal Opacity As Single _

) 
[DispId(73)]

void AddLineAnnotInteractive( 

   int BorderColor,

   float BorderWidth,

   float Opacity

)
procedure AddLineAnnotInteractive( 

    BorderColor: Integer;

    BorderWidth: Single;

    Opacity: Single

); 
DispIdAttribute(73)

function AddLineAnnotInteractive( 

   BorderColor : int,

   BorderWidth : float,

   Opacity : float

);
[DispId(73)]

void AddLineAnnotInteractive( 

   int BorderColor,

   float BorderWidth,

   float Opacity

) 
[DispId(73)]

void AddLineAnnotInteractive( 

   int BorderColor,

   float BorderWidth,

   float Opacity

) 

Parameters

BorderColor
BorderWidth
Opacity
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdViewer
IGdViewer Members