'Declaration
Public Function AddLineArrowAnnot( _ ByVal BorderColor As Color, _ ByVal SrcLeft As Single, _ ByVal SrcTop As Single, _ ByVal DstLeft As Single, _ ByVal DstTop As Single _ ) As AnnotationLineArrow
public AnnotationLineArrow AddLineArrowAnnot( Color BorderColor, float SrcLeft, float SrcTop, float DstLeft, float DstTop )
public function AddLineArrowAnnot( BorderColor: Color; SrcLeft: Single; SrcTop: Single; DstLeft: Single; DstTop: Single ): AnnotationLineArrow;
public function AddLineArrowAnnot( BorderColor : Color, SrcLeft : float, SrcTop : float, DstLeft : float, DstTop : float ) : AnnotationLineArrow;
public: AnnotationLineArrow* AddLineArrowAnnot( Color BorderColor, float SrcLeft, float SrcTop, float DstLeft, float DstTop )
public: AnnotationLineArrow^ AddLineArrowAnnot( Color BorderColor, float SrcLeft, float SrcTop, float DstLeft, float DstTop )
Parameters
- BorderColor
- A color object that defines the required color of the newly added line arrow annotation. It corresponds to the AnnotationLineArrow.StrokeColor property.
- SrcLeft
- The horizontal (X) coordinate of the starting point of the drawn line, in inches.
- SrcTop
- The vertical (Y) coordinate of the starting point of the drawn line, in inches.
- DstLeft
- The horizontal (X) coordinate of the ending point of the drawn line, in inches, where the arrow is located.
- DstTop
- The vertical (Y) coordinate of the ending point of the drawn line, in inches, where the arrow is located.
Return Value
A GdPicture/XMP AnnotationLineArrow object. The newly added GdPicture/XMP line arrow annotation.