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

AddFreeHandAnnotInteractive_2 Method (IGdViewer)

In This Topic
Syntax
'Declaration

 

<DispIdAttribute(69)>

Sub AddFreeHandAnnotInteractive_2( _

   ByVal BorderColor As Integer, _

   ByVal BorderWidth As Single, _

   ByVal Opacity As Single, _

   ByVal ContinuousMode As Boolean _

) 
[DispId(69)]

void AddFreeHandAnnotInteractive_2( 

   int BorderColor,

   float BorderWidth,

   float Opacity,

   bool ContinuousMode

)
procedure AddFreeHandAnnotInteractive_2( 

    BorderColor: Integer;

    BorderWidth: Single;

    Opacity: Single;

    ContinuousMode: Boolean

); 
DispIdAttribute(69)

function AddFreeHandAnnotInteractive_2( 

   BorderColor : int,

   BorderWidth : float,

   Opacity : float,

   ContinuousMode : boolean

);
[DispId(69)]

void AddFreeHandAnnotInteractive_2( 

   int BorderColor,

   float BorderWidth,

   float Opacity,

   bool ContinuousMode

) 
[DispId(69)]

void AddFreeHandAnnotInteractive_2( 

   int BorderColor,

   float BorderWidth,

   float Opacity,

   bool ContinuousMode

) 

Parameters

BorderColor
BorderWidth
Opacity
ContinuousMode
See Also

Reference

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