'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, _ 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
- A color object that defines the required color of the newly added line arrow annotation. It corresponds to the AnnotationLineArrow.StrokeColor property.
- BorderWidth
- The width of the newly added line arrow annotation, in inches. It is the width of the line and it corresponds to the AnnotationLineArrow.BorderWidth property.
- ArrowWidth
- The width of the arrow, in inches. This value only defines the width of the very arrow on the end of the line.
- ArrowHeight
- The height of the arrow, in inches. This value only defines the height of the very arrow on the end of the line.
- ArrowFilled
- Set this parameter to true to depict a sharp arrowhead. Set it to false to paint a rounded arrowhead.
- Opacity
- The opacity value of the newly added line arrow annotation, from 0 (full transparency) to 1 (full opacity).
- Reversed
- Specifies if the starting and ending points of the line arrow are inverted during drawing. Set this parameter to true if you want to paint an arrowhead straightway on the starting point of the line. Otherwise, set it to false.