ImageGear Professional v18.2 > API Reference Guide > ARTX Component API Reference > ARTX Component Objects > IGArtXCtl Control > IGArtXCtrl Methods > CreateArrow Method |
Creates Arrow annotation with specified properties.
CreateArrow(
StartPoint As IGPoint,
EndPoint As IGPoint,
Border As IGArtXBorder,
Highlight As Boolean,
Head As IGArtXArrowHead) As IGArtXArrow
Name | Description |
---|---|
StartPoint | Coordinates of the start point. |
EndPoint | Coordinates of the end point. |
Border | Contains line properties of the annotation, such as line style, line width, color. See IGArtXBorder for more information. |
Highlight | Highlight state; if True, annotation will be semi-transparent; otherwise opaque. |
Head | Contains arrow head properties. See IGArtXArrowHead Object for more information. |
New instance of IGArtXArrow Object.
N/A