A constructor that allows the position, color, and size of the
ArrowObj to be pre-specified.
| C# | Visual Basic | Visual C++ |
- color (Color)
- An arbitrary Color specification for the arrow
- size (Single)
- The size of the arrowhead, measured in points.
- x1 (Double)
- The x position of the starting point that defines the arrow. The units of this position are specified by the CoordinateFrame property.
- y1 (Double)
- The y position of the starting point that defines the arrow. The units of this position are specified by the CoordinateFrame property.
- x2 (Double)
- The x position of the ending point that defines the arrow. The units of this position are specified by the CoordinateFrame property.
- y2 (Double)
- The y position of the ending point that defines the arrow. The units of this position are specified by the CoordinateFrame property.
