GdPicture.NET.14
GdPicture14.WPF Namespace / GdViewer Class / AddLineArrowAnnotInteractive Method





In This Topic
AddLineArrowAnnotInteractive Method (GdViewer)
In This Topic
Syntax
'Declaration
 
Public 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, _
   ByVal Reversed As Boolean _
) 
public void AddLineArrowAnnotInteractive( 
   Color BorderColor,
   float BorderWidth,
   float ArrowWidth,
   float ArrowHeight,
   bool ArrowFilled,
   float Opacity,
   bool Reversed
)
public procedure AddLineArrowAnnotInteractive( 
    BorderColor: Color;
    BorderWidth: Single;
    ArrowWidth: Single;
    ArrowHeight: Single;
    ArrowFilled: Boolean;
    Opacity: Single;
    Reversed: Boolean
); 
public function AddLineArrowAnnotInteractive( 
   BorderColor : Color,
   BorderWidth : float,
   ArrowWidth : float,
   ArrowHeight : float,
   ArrowFilled : boolean,
   Opacity : float,
   Reversed : boolean
);
public: void AddLineArrowAnnotInteractive( 
   Color BorderColor,
   float BorderWidth,
   float ArrowWidth,
   float ArrowHeight,
   bool ArrowFilled,
   float Opacity,
   bool Reversed
) 
public:
void AddLineArrowAnnotInteractive( 
   Color BorderColor,
   float BorderWidth,
   float ArrowWidth,
   float ArrowHeight,
   bool ArrowFilled,
   float Opacity,
   bool Reversed
) 

Parameters

BorderColor
BorderWidth
ArrowWidth
ArrowHeight
ArrowFilled
Opacity
Reversed
See Also