'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
- 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).