[C#] | public void setArrowHead2(int[] polygon); |
[VB] | Public Sub setArrowHead2(polygon As Integer()) |
ChartDirector 7.1 (.NET Edition)
VectorLayer.
Usage
[C#] | public void setArrowHead2(int[] polygon); |
[VB] | Public Sub setArrowHead2(polygon As Integer()) |
Description
-5, -5, 0, 0, 5, -5, 0, 5
Arguments
Argument | Default | Description |
---|---|---|
polygon | (Mandatory) | An array of integers x0, y0, x1, y1, x2, y2 ... representing the coordinates the polygon vertices on a 10 x 10 units grid. |
Return Value