GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdViewer / AddPolygonAnnotInteractive Method





In This Topic
AddPolygonAnnotInteractive Method (IGdViewer)
In This Topic
Syntax
'Declaration
 
<DispIdAttribute(77)>
Sub AddPolygonAnnotInteractive( _
   ByVal BorderColor As Integer, _
   ByVal BorderWidth As Single, _
   ByVal BackColor As Integer, _
   ByVal Opacity As Single _
) 
[DispId(77)]
void AddPolygonAnnotInteractive( 
   int BorderColor,
   float BorderWidth,
   int BackColor,
   float Opacity
)
procedure AddPolygonAnnotInteractive( 
    BorderColor: Integer;
    BorderWidth: Single;
    BackColor: Integer;
    Opacity: Single
); 
DispIdAttribute(77)
function AddPolygonAnnotInteractive( 
   BorderColor : int,
   BorderWidth : float,
   BackColor : int,
   Opacity : float
);
[DispId(77)]
void AddPolygonAnnotInteractive( 
   int BorderColor,
   float BorderWidth,
   int BackColor,
   float Opacity
) 
[DispId(77)]
void AddPolygonAnnotInteractive( 
   int BorderColor,
   float BorderWidth,
   int BackColor,
   float Opacity
) 

Parameters

BorderColor
BorderWidth
BackColor
Opacity
See Also

Reference

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