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

AddFreeHandPolygonAnnotInteractive(Int32,Single,Int32,Single) Method

In This Topic
Syntax
'Declaration

 

Public Overloads Sub AddFreeHandPolygonAnnotInteractive( _

   ByVal BorderColor As Integer, _

   ByVal BorderWidth As Single, _

   ByVal BackColor As Integer, _

   ByVal Opacity As Single _

) 
public void AddFreeHandPolygonAnnotInteractive( 

   int BorderColor,

   float BorderWidth,

   int BackColor,

   float Opacity

)
public procedure AddFreeHandPolygonAnnotInteractive( 

    BorderColor: Integer;

    BorderWidth: Single;

    BackColor: Integer;

    Opacity: Single

); 
public function AddFreeHandPolygonAnnotInteractive( 

   BorderColor : int,

   BorderWidth : float,

   BackColor : int,

   Opacity : float

);
public: void AddFreeHandPolygonAnnotInteractive( 

   int BorderColor,

   float BorderWidth,

   int BackColor,

   float Opacity

) 
public:

void AddFreeHandPolygonAnnotInteractive( 

   int BorderColor,

   float BorderWidth,

   int BackColor,

   float Opacity

) 

Parameters

BorderColor
BorderWidth
BackColor
Opacity
See Also

Reference

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