GdPicture.NET.14
GdPicture14 Namespace / GdViewer Class / AddLineArrowAnnotInteractive Method / AddLineArrowAnnotInteractive(Color,Single,Single,Single,Boolean,Single) Method





In This Topic
AddLineArrowAnnotInteractive(Color,Single,Single,Single,Boolean,Single) Method
In This Topic
Syntax
'Declaration
 
Public Overloads Sub AddLineArrowAnnotInteractive( _
   ByVal BorderColor As Color, _
   ByVal BorderWidth As Single, _
   ByVal ArrowWidth As Single, _
   ByVal ArrowHeight As Single, _
   ByVal ArrowFilled As Boolean, _
   ByVal Opacity As Single _
) 
public void AddLineArrowAnnotInteractive( 
   Color BorderColor,
   float BorderWidth,
   float ArrowWidth,
   float ArrowHeight,
   bool ArrowFilled,
   float Opacity
)
public procedure AddLineArrowAnnotInteractive( 
    BorderColor: Color;
    BorderWidth: Single;
    ArrowWidth: Single;
    ArrowHeight: Single;
    ArrowFilled: Boolean;
    Opacity: Single
); 
public function AddLineArrowAnnotInteractive( 
   BorderColor : Color,
   BorderWidth : float,
   ArrowWidth : float,
   ArrowHeight : float,
   ArrowFilled : boolean,
   Opacity : float
);
public: void AddLineArrowAnnotInteractive( 
   Color BorderColor,
   float BorderWidth,
   float ArrowWidth,
   float ArrowHeight,
   bool ArrowFilled,
   float Opacity
) 
public:
void AddLineArrowAnnotInteractive( 
   Color BorderColor,
   float BorderWidth,
   float ArrowWidth,
   float ArrowHeight,
   bool ArrowFilled,
   float Opacity
) 

Parameters

BorderColor
BorderWidth
ArrowWidth
ArrowHeight
ArrowFilled
Opacity
See Also